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