| Package | Description |
|---|---|
| com.amazonaws.opensdk.config | |
| com.amazonaws.opensdk.internal.config | |
| com.amazonaws.opensdk.protect.client |
| Modifier and Type | Method and Description |
|---|---|
TimeoutConfiguration |
TimeoutConfiguration.connectionTimeout(Integer connectionTimeout)
Sets the amount of time to wait (in milliseconds) when initially establishing a connection
before giving up and timing out.
|
TimeoutConfiguration |
TimeoutConfiguration.httpRequestTimeout(Integer httpRequestTimeout)
Sets the amount of time to wait (in milliseconds) for a single HTTP request to complete before giving
up and timing out.
|
TimeoutConfiguration |
TimeoutConfiguration.socketTimeout(Integer socketTimeout)
Sets the amount of time to wait (in milliseconds) for data to be transferred over an
established, open connection before the connection times out and is closed.
|
TimeoutConfiguration |
TimeoutConfiguration.totalExecutionTimeout(Integer totalExecutionTimeout)
Sets the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<TimeoutConfiguration> |
ApiGatewayClientConfiguration.getTimeoutConfiguration()
Returns an
Optional object of type TimeoutConfiguration that contains
the customizations for the various timeouts used by the client. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiGatewayClientConfiguration.setTimeoutConfiguration(TimeoutConfiguration timeoutConfiguration)
Sets the various timeouts used by the client.
|
ApiGatewayClientConfiguration |
ApiGatewayClientConfiguration.timeoutConfiguration(TimeoutConfiguration timeoutConfiguration)
Sets the various timeouts used by the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SdkSyncClientBuilder.setTimeoutConfiguration(TimeoutConfiguration timeoutConfiguration)
Sets the optional timeouts used by the client.
|
Subclass |
SdkSyncClientBuilder.timeoutConfiguration(TimeoutConfiguration timeoutConfiguration)
Sets the optional timeouts used by the client.
|
Copyright © 2018. All rights reserved.