| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static GrpcRetryPolicyEvent |
GrpcRetryPolicyEvent.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static GrpcRetryPolicyEvent |
GrpcRetryPolicyEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcRetryPolicyEvent[] |
GrpcRetryPolicyEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrpcRetryPolicyEvent> |
GrpcRetryPolicy.grpcRetryEvents()
Specify at least one of the valid values.
|
static Set<GrpcRetryPolicyEvent> |
GrpcRetryPolicyEvent.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GrpcRetryPolicy.Builder |
GrpcRetryPolicy.Builder.grpcRetryEvents(GrpcRetryPolicyEvent... grpcRetryEvents)
Specify at least one of the valid values.
|
| Modifier and Type | Method and Description |
|---|---|
GrpcRetryPolicy.Builder |
GrpcRetryPolicy.Builder.grpcRetryEvents(Collection<GrpcRetryPolicyEvent> grpcRetryEvents)
Specify at least one of the valid values.
|
Copyright © 2021. All rights reserved.