Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Method and Description |
---|---|
DBClusterParameterGroup |
AmazonRDSClient.createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest)
Creates a new DB cluster parameter group.
|
DBClusterParameterGroup |
AmazonRDS.createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest)
Creates a new DB cluster parameter group.
|
DBClusterParameterGroup |
AbstractAmazonRDS.createDBClusterParameterGroup(CreateDBClusterParameterGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DBClusterParameterGroup> |
AmazonRDSAsyncClient.createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request,
AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
java.util.concurrent.Future<DBClusterParameterGroup> |
AmazonRDSAsync.createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest,
AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)
Creates a new DB cluster parameter group.
|
java.util.concurrent.Future<DBClusterParameterGroup> |
AbstractAmazonRDSAsync.createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request,
AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBClusterParameterGroup> |
DescribeDBClusterParameterGroupsResult.dBClusterParameterGroups
A list of DB cluster parameter groups.
|
Modifier and Type | Method and Description |
---|---|
DBClusterParameterGroup |
DBClusterParameterGroup.clone() |
DBClusterParameterGroup |
DBClusterParameterGroup.withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
DBClusterParameterGroup |
DBClusterParameterGroup.withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster
parameter group is compatible with.
|
DBClusterParameterGroup |
DBClusterParameterGroup.withDescription(java.lang.String description)
Provides the customer-specified description for this DB cluster parameter
group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DBClusterParameterGroup> |
DescribeDBClusterParameterGroupsResult.getDBClusterParameterGroups()
A list of DB cluster parameter groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParameterGroupsResult |
DescribeDBClusterParameterGroupsResult.withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBClusterParameterGroupsResult.setDBClusterParameterGroups(java.util.Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
DescribeDBClusterParameterGroupsResult.withDBClusterParameterGroups(java.util.Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
Modifier and Type | Method and Description |
---|---|
DBClusterParameterGroup |
DBClusterParameterGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |