Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
java.util.concurrent.Future<DBClusterSnapshot> |
AmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
java.util.concurrent.Future<DBClusterSnapshot> |
AbstractAmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.clone() |
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterIdentifier(java.lang.String dBClusterIdentifier)
The identifier of the DB cluster to create a snapshot for.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterSnapshotIdentifier(java.lang.String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(java.util.Collection<Tag> tags)
The tags to be assigned to the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the DB cluster snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateDBClusterSnapshotRequest> |
CreateDBClusterSnapshotRequestMarshaller.marshall(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateDBClusterSnapshotRequest> |
CreateDBClusterSnapshotRequestMarshaller.marshall(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest) |