| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
TimeoutConfiguration |
TimeoutConfiguration.clone() |
TimeoutConfiguration |
ServiceConnectService.getTimeout()
A reference to an object that represents the configured timeouts for Service Connect.
|
TimeoutConfiguration |
TimeoutConfiguration.withIdleTimeoutSeconds(Integer idleTimeoutSeconds)
The amount of time in seconds a connection will stay active while idle.
|
TimeoutConfiguration |
TimeoutConfiguration.withPerRequestTimeoutSeconds(Integer perRequestTimeoutSeconds)
The amount of time waiting for the upstream to respond with a complete response per request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceConnectService.setTimeout(TimeoutConfiguration timeout)
A reference to an object that represents the configured timeouts for Service Connect.
|
ServiceConnectService |
ServiceConnectService.withTimeout(TimeoutConfiguration timeout)
A reference to an object that represents the configured timeouts for Service Connect.
|
Copyright © 2024. All rights reserved.