| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ListenerTimeout |
ListenerTimeout.clone() |
ListenerTimeout |
Listener.getTimeout()
An object that represents timeouts for different protocols.
|
ListenerTimeout |
ListenerTimeout.withGrpc(GrpcTimeout grpc)
An object that represents types of timeouts.
|
ListenerTimeout |
ListenerTimeout.withHttp(HttpTimeout http)
An object that represents types of timeouts.
|
ListenerTimeout |
ListenerTimeout.withHttp2(HttpTimeout http2)
An object that represents types of timeouts.
|
ListenerTimeout |
ListenerTimeout.withTcp(TcpTimeout tcp)
An object that represents types of timeouts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setTimeout(ListenerTimeout timeout)
An object that represents timeouts for different protocols.
|
Listener |
Listener.withTimeout(ListenerTimeout timeout)
An object that represents timeouts for different protocols.
|
Copyright © 2024. All rights reserved.