| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteClusterSnapshotMessage |
DeleteClusterSnapshotMessage.clone() |
DeleteClusterSnapshotMessage |
DeleteClusterSnapshotMessage.withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotMessage |
DeleteClusterSnapshotMessage.withSnapshotIdentifier(String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeleteClusterSnapshotMessage> |
BatchDeleteClusterSnapshotsRequest.getIdentifiers()
A list of identifiers for the snapshots that you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteClusterSnapshotsRequest |
BatchDeleteClusterSnapshotsRequest.withIdentifiers(DeleteClusterSnapshotMessage... identifiers)
A list of identifiers for the snapshots that you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteClusterSnapshotsRequest.setIdentifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest |
BatchDeleteClusterSnapshotsRequest.withIdentifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
|
Copyright © 2020. All rights reserved.