Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBClusterParameterGroup> |
AbstractAmazonRDSAsync.copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest request,
AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Future<DBClusterParameterGroup> |
AmazonRDSAsyncClient.copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest request,
AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Future<DBClusterParameterGroup> |
AmazonRDSAsync.copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest copyDBClusterParameterGroupRequest,
AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)
Copies the specified DB cluster parameter group.
|
Modifier and Type | Method and Description |
---|---|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.clone() |
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withSourceDBClusterParameterGroupIdentifier(String sourceDBClusterParameterGroupIdentifier)
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTags(Collection<Tag> tags) |
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTargetDBClusterParameterGroupDescription(String targetDBClusterParameterGroupDescription)
A description for the copied DB cluster parameter group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTargetDBClusterParameterGroupIdentifier(String targetDBClusterParameterGroupIdentifier)
The identifier for the copied DB cluster parameter group.
|
Copyright © 2017. All rights reserved.