Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBClusterParameterGroup> |
AmazonRDSAsyncClient.createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request,
AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Future<DBClusterParameterGroup> |
AmazonRDSAsync.createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest createDBClusterParameterGroupRequest,
AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)
Creates a new DB cluster parameter group.
|
Future<DBClusterParameterGroup> |
AbstractAmazonRDSAsync.createDBClusterParameterGroupAsync(CreateDBClusterParameterGroupRequest request,
AsyncHandler<CreateDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.clone() |
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withDBParameterGroupFamily(String dBParameterGroupFamily)
The DB cluster parameter group family name.
|
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withDescription(String description)
The description for the DB cluster parameter group.
|
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withTags(Collection<Tag> tags) |
CreateDBClusterParameterGroupRequest |
CreateDBClusterParameterGroupRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
Copyright © 2018. All rights reserved.