| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpTimeout |
HttpTimeout.clone() |
HttpTimeout |
ListenerTimeout.getHttp()
An object that represents types of timeouts.
|
HttpTimeout |
ListenerTimeout.getHttp2()
An object that represents types of timeouts.
|
HttpTimeout |
HttpRoute.getTimeout()
An object that represents types of timeouts.
|
HttpTimeout |
HttpTimeout.withIdle(Duration idle) |
HttpTimeout |
HttpTimeout.withPerRequest(Duration perRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerTimeout.setHttp(HttpTimeout http)
An object that represents types of timeouts.
|
void |
ListenerTimeout.setHttp2(HttpTimeout http2)
An object that represents types of timeouts.
|
void |
HttpRoute.setTimeout(HttpTimeout timeout)
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.
|
HttpRoute |
HttpRoute.withTimeout(HttpTimeout timeout)
An object that represents types of timeouts.
|
Copyright © 2020. All rights reserved.