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