Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyDBProxyTargetGroupResult> |
AmazonRDSAsync.modifyDBProxyTargetGroupAsync(ModifyDBProxyTargetGroupRequest modifyDBProxyTargetGroupRequest,
AsyncHandler<ModifyDBProxyTargetGroupRequest,ModifyDBProxyTargetGroupResult> asyncHandler)
Modifies the properties of a
DBProxyTargetGroup . |
Future<ModifyDBProxyTargetGroupResult> |
AbstractAmazonRDSAsync.modifyDBProxyTargetGroupAsync(ModifyDBProxyTargetGroupRequest request,
AsyncHandler<ModifyDBProxyTargetGroupRequest,ModifyDBProxyTargetGroupResult> asyncHandler) |
Future<ModifyDBProxyTargetGroupResult> |
AmazonRDSAsyncClient.modifyDBProxyTargetGroupAsync(ModifyDBProxyTargetGroupRequest request,
AsyncHandler<ModifyDBProxyTargetGroupRequest,ModifyDBProxyTargetGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyDBProxyTargetGroupRequest |
ModifyDBProxyTargetGroupRequest.clone() |
ModifyDBProxyTargetGroupRequest |
ModifyDBProxyTargetGroupRequest.withConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
ModifyDBProxyTargetGroupRequest |
ModifyDBProxyTargetGroupRequest.withDBProxyName(String dBProxyName)
The name of the new proxy to which to assign the target group.
|
ModifyDBProxyTargetGroupRequest |
ModifyDBProxyTargetGroupRequest.withNewName(String newName)
The new name for the modified
DBProxyTarget . |
ModifyDBProxyTargetGroupRequest |
ModifyDBProxyTargetGroupRequest.withTargetGroupName(String targetGroupName)
The name of the new target group to assign to the proxy.
|
Copyright © 2021. All rights reserved.