Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteClusterSnapshotMessage
-
Packages that use DeleteClusterSnapshotMessage Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DeleteClusterSnapshotMessage in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DeleteClusterSnapshotMessage Modifier and Type Method Description List<DeleteClusterSnapshotMessage>BatchDeleteClusterSnapshotsRequest. identifiers()A list of identifiers for the snapshots that you want to delete.Methods in software.amazon.awssdk.services.redshift.model with parameters of type DeleteClusterSnapshotMessage Modifier and Type Method Description BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. identifiers(DeleteClusterSnapshotMessage... identifiers)A list of identifiers for the snapshots that you want to delete.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type DeleteClusterSnapshotMessage Modifier and Type Method Description BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. identifiers(Collection<DeleteClusterSnapshotMessage> identifiers)A list of identifiers for the snapshots that you want to delete.
-