| 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()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends GrpcRetryEvent> grpcRetryEvents,
Number retryAttempts,
Duration retryTimeout,
List<? extends HttpRetryEvent> httpRetryEvents,
List<? extends TcpRetryEvent> tcpRetryEvents)
Constructor that initializes the object based on literal property values passed by the
GrpcRetryPolicy.Builder. |
Jsii$Proxy(Number retryAttempts,
Duration retryTimeout,
List<? extends HttpRetryEvent> httpRetryEvents,
List<? extends TcpRetryEvent> tcpRetryEvents)
Constructor that initializes the object based on literal property values passed by the
HttpRetryPolicy.Builder. |
Copyright © 2021. All rights reserved.