Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteClusterSnapshotRequest
-
Packages that use DeleteClusterSnapshotRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DeleteClusterSnapshotRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DeleteClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<DeleteClusterSnapshotResponse>RedshiftAsyncClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Deletes the specified manual snapshot.default DeleteClusterSnapshotResponseRedshiftClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Deletes the specified manual snapshot. -
Uses of DeleteClusterSnapshotRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DeleteClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestDeleteClusterSnapshotRequestMarshaller. marshall(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
-