Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpTimeout
-
Packages that use HttpTimeout Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpTimeout in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpTimeout Modifier and Type Method Description HttpTimeoutListenerTimeout. http()An object that represents types of timeouts.HttpTimeoutListenerTimeout. http2()An object that represents types of timeouts.HttpTimeoutHttpRoute. timeout()An object that represents types of timeouts.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HttpTimeout Modifier and Type Method Description static ListenerTimeoutListenerTimeout. fromHttp(HttpTimeout http)Create an instance of this class withListenerTimeout.http()initialized to the given value.static ListenerTimeoutListenerTimeout. fromHttp2(HttpTimeout http2)Create an instance of this class withListenerTimeout.http2()initialized to the given value.ListenerTimeout.BuilderListenerTimeout.Builder. http(HttpTimeout http)An object that represents types of timeouts.ListenerTimeout.BuilderListenerTimeout.Builder. http2(HttpTimeout http2)An object that represents types of timeouts.HttpRoute.BuilderHttpRoute.Builder. timeout(HttpTimeout timeout)An object that represents types of timeouts.
-