| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTimeout |
ListenerTimeout.fromGrpc(Consumer<GrpcTimeout.Builder> grpc)
Create an instance of this class with
grpc() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromGrpc(GrpcTimeout grpc)
Create an instance of this class with
grpc() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromHttp(Consumer<HttpTimeout.Builder> http)
Create an instance of this class with
http() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromHttp(HttpTimeout http)
Create an instance of this class with
http() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromHttp2(Consumer<HttpTimeout.Builder> http2)
Create an instance of this class with
http2() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromHttp2(HttpTimeout http2)
Create an instance of this class with
http2() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromTcp(Consumer<TcpTimeout.Builder> tcp)
Create an instance of this class with
tcp() initialized to the given value. |
static ListenerTimeout |
ListenerTimeout.fromTcp(TcpTimeout tcp)
Create an instance of this class with
tcp() initialized to the given value. |
ListenerTimeout |
Listener.timeout()
An object that represents timeouts for different protocols.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.timeout(ListenerTimeout timeout)
An object that represents timeouts for different protocols.
|
Copyright © 2023. All rights reserved.