Uses of Class
software.amazon.awssdk.services.appmesh.model.ListenerTimeout
-
Packages that use ListenerTimeout Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ListenerTimeout in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ListenerTimeout Modifier and Type Method Description static ListenerTimeoutListenerTimeout. fromGrpc(Consumer<GrpcTimeout.Builder> grpc)Create an instance of this class withgrpc()initialized to the given value.static ListenerTimeoutListenerTimeout. fromGrpc(GrpcTimeout grpc)Create an instance of this class withgrpc()initialized to the given value.static ListenerTimeoutListenerTimeout. fromHttp(Consumer<HttpTimeout.Builder> http)Create an instance of this class withhttp()initialized to the given value.static ListenerTimeoutListenerTimeout. fromHttp(HttpTimeout http)Create an instance of this class withhttp()initialized to the given value.static ListenerTimeoutListenerTimeout. fromHttp2(Consumer<HttpTimeout.Builder> http2)Create an instance of this class withhttp2()initialized to the given value.static ListenerTimeoutListenerTimeout. fromHttp2(HttpTimeout http2)Create an instance of this class withhttp2()initialized to the given value.static ListenerTimeoutListenerTimeout. fromTcp(Consumer<TcpTimeout.Builder> tcp)Create an instance of this class withtcp()initialized to the given value.static ListenerTimeoutListenerTimeout. fromTcp(TcpTimeout tcp)Create an instance of this class withtcp()initialized to the given value.ListenerTimeoutListener. timeout()An object that represents timeouts for different protocols.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ListenerTimeout Modifier and Type Method Description Listener.BuilderListener.Builder. timeout(ListenerTimeout timeout)An object that represents timeouts for different protocols.
-