Uses of Class
com.amazonaws.services.rds.model.DeleteDBClusterSnapshotRequest
-
Packages that use DeleteDBClusterSnapshotRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of DeleteDBClusterSnapshotRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type DeleteDBClusterSnapshotRequest Modifier and Type Method Description Future<DBClusterSnapshot>
AbstractAmazonRDSAsync. deleteDBClusterSnapshotAsync(DeleteDBClusterSnapshotRequest request, AsyncHandler<DeleteDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Future<DBClusterSnapshot>
AmazonRDSAsync. deleteDBClusterSnapshotAsync(DeleteDBClusterSnapshotRequest deleteDBClusterSnapshotRequest, AsyncHandler<DeleteDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Deletes a DB cluster snapshot.Future<DBClusterSnapshot>
AmazonRDSAsyncClient. deleteDBClusterSnapshotAsync(DeleteDBClusterSnapshotRequest request, AsyncHandler<DeleteDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
-
Uses of DeleteDBClusterSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DeleteDBClusterSnapshotRequest Modifier and Type Method Description DeleteDBClusterSnapshotRequest
DeleteDBClusterSnapshotRequest. clone()
DeleteDBClusterSnapshotRequest
DeleteDBClusterSnapshotRequest. withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to delete.
-