| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.clone() |
ConnectionPoolConfiguration |
ModifyDBProxyTargetGroupRequest.getConnectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.withConnectionBorrowTimeout(Integer connectionBorrowTimeout)
The number of seconds for a proxy to wait for a connection to become available in the connection pool.
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.withInitQuery(String initQuery)
One or more SQL statements for the proxy to run when opening each new database connection.
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.withMaxConnectionsPercent(Integer maxConnectionsPercent)
The maximum size of the connection pool for each target in a target group.
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.withMaxIdleConnectionsPercent(Integer maxIdleConnectionsPercent)
Controls how actively the proxy closes idle database connections in the connection pool.
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.withSessionPinningFilters(Collection<String> sessionPinningFilters)
Each item in the list represents a class of SQL operations that normally cause all later statements in a session
using a proxy to be pinned to the same underlying database connection.
|
ConnectionPoolConfiguration |
ConnectionPoolConfiguration.withSessionPinningFilters(String... sessionPinningFilters)
Each item in the list represents a class of SQL operations that normally cause all later statements in a session
using a proxy to be pinned to the same underlying database connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyDBProxyTargetGroupRequest.setConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
ModifyDBProxyTargetGroupRequest |
ModifyDBProxyTargetGroupRequest.withConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
Copyright © 2021. All rights reserved.