Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AbstractAmazonRDSAsync.createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request,
AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.clone() |
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster to create a snapshot for.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot.
|
CreateDBClusterSnapshotRequest |
CreateDBClusterSnapshotRequest.withTags(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.
|
Copyright © 2018. All rights reserved.