| Package | Description |
|---|---|
| com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
| com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDBClusterParameterGroupResult |
AmazonRDSClient.modifyDBClusterParameterGroup(ModifyDBClusterParameterGroupRequest modifyDBClusterParameterGroupRequest)
Modifies the parameters of a DB cluster parameter group.
|
ModifyDBClusterParameterGroupResult |
AmazonRDS.modifyDBClusterParameterGroup(ModifyDBClusterParameterGroupRequest modifyDBClusterParameterGroupRequest)
Modifies the parameters of a DB cluster parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyDBClusterParameterGroupResult> |
AmazonRDSAsyncClient.modifyDBClusterParameterGroupAsync(ModifyDBClusterParameterGroupRequest modifyDBClusterParameterGroupRequest,
AsyncHandler<ModifyDBClusterParameterGroupRequest,ModifyDBClusterParameterGroupResult> asyncHandler)
Modifies the parameters of a DB cluster parameter group.
|
Future<ModifyDBClusterParameterGroupResult> |
AmazonRDSAsync.modifyDBClusterParameterGroupAsync(ModifyDBClusterParameterGroupRequest modifyDBClusterParameterGroupRequest,
AsyncHandler<ModifyDBClusterParameterGroupRequest,ModifyDBClusterParameterGroupResult> asyncHandler)
Modifies the parameters of a DB cluster parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDBClusterParameterGroupResult |
ModifyDBClusterParameterGroupResult.clone() |
ModifyDBClusterParameterGroupResult |
ModifyDBClusterParameterGroupResult.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
Copyright © 2015. All rights reserved.