Uses of Interface
software.amazon.awssdk.services.appmesh.model.HttpTimeout.Builder
-
Packages that use HttpTimeout.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpTimeout.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpTimeout.Builder Modifier and Type Method Description static HttpTimeout.BuilderHttpTimeout. builder()default HttpTimeout.BuilderHttpTimeout.Builder. idle(Consumer<Duration.Builder> idle)An object that represents an idle timeout.HttpTimeout.BuilderHttpTimeout.Builder. idle(Duration idle)An object that represents an idle timeout.default HttpTimeout.BuilderHttpTimeout.Builder. perRequest(Consumer<Duration.Builder> perRequest)An object that represents a per request timeout.HttpTimeout.BuilderHttpTimeout.Builder. perRequest(Duration perRequest)An object that represents a per request timeout.HttpTimeout.BuilderHttpTimeout. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type HttpTimeout.Builder Modifier and Type Method Description static Class<? extends HttpTimeout.Builder>HttpTimeout. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type HttpTimeout.Builder Modifier and Type Method Description static ListenerTimeoutListenerTimeout. fromHttp(Consumer<HttpTimeout.Builder> http)Create an instance of this class withListenerTimeout.http()initialized to the given value.static ListenerTimeoutListenerTimeout. fromHttp2(Consumer<HttpTimeout.Builder> http2)Create an instance of this class withListenerTimeout.http2()initialized to the given value.default ListenerTimeout.BuilderListenerTimeout.Builder. http(Consumer<HttpTimeout.Builder> http)An object that represents types of timeouts.default ListenerTimeout.BuilderListenerTimeout.Builder. http2(Consumer<HttpTimeout.Builder> http2)An object that represents types of timeouts.default HttpRoute.BuilderHttpRoute.Builder. timeout(Consumer<HttpTimeout.Builder> timeout)An object that represents types of timeouts.
-