Uses of Class
com.amazonaws.services.rds.model.CreateDBClusterSnapshotRequest
Packages that use CreateDBClusterSnapshotRequest
-
Uses of CreateDBClusterSnapshotRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CreateDBClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.createDBClusterSnapshot
(CreateDBClusterSnapshotRequest request) AmazonRDS.createDBClusterSnapshot
(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest) Creates a snapshot of a DB cluster.AmazonRDSClient.createDBClusterSnapshot
(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest) Creates a snapshot of a DB cluster.AbstractAmazonRDSAsync.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest request) AbstractAmazonRDSAsync.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest request, AsyncHandler<CreateDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) AmazonRDSAsync.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest) Creates a snapshot of a DB cluster.AmazonRDSAsync.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest, AsyncHandler<CreateDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) Creates a snapshot of a DB cluster.AmazonRDSAsyncClient.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest request) AmazonRDSAsyncClient.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest request, AsyncHandler<CreateDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest request, AsyncHandler<CreateDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) AmazonRDSAsync.createDBClusterSnapshotAsync
(CreateDBClusterSnapshotRequest createDBClusterSnapshotRequest, AsyncHandler<CreateDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) Creates a snapshot of a DB cluster.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 CreateDBClusterSnapshotRequestModifier and TypeMethodDescriptionCreateDBClusterSnapshotRequest.clone()
CreateDBClusterSnapshotRequest.withDBClusterIdentifier
(String dBClusterIdentifier) The identifier of the DB cluster to create a snapshot for.CreateDBClusterSnapshotRequest.withDBClusterSnapshotIdentifier
(String dBClusterSnapshotIdentifier) The identifier of the DB cluster snapshot.The tags to be assigned to the DB cluster snapshot.CreateDBClusterSnapshotRequest.withTags
(Collection<Tag> tags) The tags to be assigned to the DB cluster snapshot.