Uses of Class
com.amazonaws.services.rds.model.CreateDBClusterSnapshotRequest
-
Packages that use CreateDBClusterSnapshotRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of CreateDBClusterSnapshotRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBClusterSnapshotRequest Modifier and Type Method Description Future<DBClusterSnapshot>AbstractAmazonRDSAsync. 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>AmazonRDSAsyncClient. createDBClusterSnapshotAsync(CreateDBClusterSnapshotRequest request, AsyncHandler<CreateDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) -
Uses of CreateDBClusterSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBClusterSnapshotRequest Modifier and Type Method Description CreateDBClusterSnapshotRequestCreateDBClusterSnapshotRequest. clone()CreateDBClusterSnapshotRequestCreateDBClusterSnapshotRequest. withDBClusterIdentifier(String dBClusterIdentifier)The identifier of the DB cluster to create a snapshot for.CreateDBClusterSnapshotRequestCreateDBClusterSnapshotRequest. withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)The identifier of the DB cluster snapshot.CreateDBClusterSnapshotRequestCreateDBClusterSnapshotRequest. withTags(Tag... tags)The tags to be assigned to the DB cluster snapshot.CreateDBClusterSnapshotRequestCreateDBClusterSnapshotRequest. withTags(Collection<Tag> tags)The tags to be assigned to the DB cluster snapshot.
-