| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GrpcRetryEvent |
GrpcRetryEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcRetryEvent[] |
GrpcRetryEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<GrpcRetryEvent> |
GrpcRetryPolicy.getGrpcRetryEvents()
gRPC events on which to retry.
|
List<GrpcRetryEvent> |
GrpcRetryPolicy.Jsii$Proxy.getGrpcRetryEvents() |
| Modifier and Type | Method and Description |
|---|---|
GrpcRetryPolicy.Builder |
GrpcRetryPolicy.Builder.grpcRetryEvents(List<? extends GrpcRetryEvent> grpcRetryEvents)
Sets the value of
GrpcRetryPolicy.getGrpcRetryEvents() |
Copyright © 2022. All rights reserved.