Uses of Enum
software.amazon.awscdk.services.appmesh.TcpRetryEvent
Packages that use TcpRetryEvent
-
Uses of TcpRetryEvent in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return TcpRetryEventModifier and TypeMethodDescriptionstatic TcpRetryEventReturns 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.Methods in software.amazon.awscdk.services.appmesh that return types with arguments of type TcpRetryEventModifier and TypeMethodDescriptionfinal List<TcpRetryEvent> GrpcRetryPolicy.Jsii$Proxy.getTcpRetryEvents()default List<TcpRetryEvent> HttpRetryPolicy.getTcpRetryEvents()TCP events on which to retry.final List<TcpRetryEvent> HttpRetryPolicy.Jsii$Proxy.getTcpRetryEvents()Method parameters in software.amazon.awscdk.services.appmesh with type arguments of type TcpRetryEventModifier and TypeMethodDescriptionGrpcRetryPolicy.Builder.tcpRetryEvents(List<? extends TcpRetryEvent> tcpRetryEvents) Sets the value ofHttpRetryPolicy.getTcpRetryEvents()HttpRetryPolicy.Builder.tcpRetryEvents(List<? extends TcpRetryEvent> tcpRetryEvents) Sets the value ofHttpRetryPolicy.getTcpRetryEvents()