Uses of Class
software.amazon.awssdk.services.appmesh.model.TcpTimeout
-
Packages that use TcpTimeout Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TcpTimeout in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TcpTimeout Modifier and Type Method Description TcpTimeoutListenerTimeout. tcp()An object that represents types of timeouts.TcpTimeoutTcpRoute. timeout()An object that represents types of timeouts.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type TcpTimeout Modifier and Type Method Description static ListenerTimeoutListenerTimeout. fromTcp(TcpTimeout tcp)Create an instance of this class withListenerTimeout.tcp()initialized to the given value.ListenerTimeout.BuilderListenerTimeout.Builder. tcp(TcpTimeout tcp)An object that represents types of timeouts.TcpRoute.BuilderTcpRoute.Builder. timeout(TcpTimeout timeout)An object that represents types of timeouts.
-