| Package | Description |
|---|---|
| com.amazonaws.opensdk.config | |
| com.amazonaws.opensdk.internal.config | |
| com.amazonaws.opensdk.protect.client |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
ConnectionConfiguration.connectionMaxIdleMillis(long connectionMaxIdleMillis)
Sets the maximum amount of time that an idle connection may sit in the connection pool and
still be eligible for reuse.
|
ConnectionConfiguration |
ConnectionConfiguration.connectionTTL(long connectionTTL)
Sets the expiration time (in milliseconds) for a connection in the connection pool.
|
ConnectionConfiguration |
ConnectionConfiguration.maxConnections(int maxConnections)
Sets the maximum number of allowed open HTTP connections.
|
ConnectionConfiguration |
ConnectionConfiguration.useReaper(boolean useReaper)
Sets whether the
IdleConnectionReaper is to be started as a daemon thread. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConnectionConfiguration> |
ApiGatewayClientConfiguration.getConnectionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayClientConfiguration |
ApiGatewayClientConfiguration.connectionConfiguration(ConnectionConfiguration connectionConfiguration)
Sets various options related to the http connection pool and connections.
|
void |
ApiGatewayClientConfiguration.setConnectionConfiguration(ConnectionConfiguration connectionConfiguration)
Sets various options related to the http connection pool and connections.
|
| Modifier and Type | Method and Description |
|---|---|
Subclass |
SdkSyncClientBuilder.connectionConfiguration(ConnectionConfiguration connectionConfiguration)
Sets various optional options related to the http connection pool and connections.
|
void |
SdkSyncClientBuilder.setConnectionConfiguration(ConnectionConfiguration connectionConfiguration)
Sets various optional options related to the http connection pool and connections.
|
Copyright © 2017. All rights reserved.