| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteClusterSnapshotsResult |
AmazonRedshiftClient.batchDeleteClusterSnapshots(BatchDeleteClusterSnapshotsRequest request)
Deletes a set of cluster snapshots.
|
BatchDeleteClusterSnapshotsResult |
AmazonRedshift.batchDeleteClusterSnapshots(BatchDeleteClusterSnapshotsRequest batchDeleteClusterSnapshotsRequest)
Deletes a set of cluster snapshots.
|
BatchDeleteClusterSnapshotsResult |
AbstractAmazonRedshift.batchDeleteClusterSnapshots(BatchDeleteClusterSnapshotsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.batchDeleteClusterSnapshotsAsync(BatchDeleteClusterSnapshotsRequest request,
AsyncHandler<BatchDeleteClusterSnapshotsRequest,BatchDeleteClusterSnapshotsResult> asyncHandler) |
Future<BatchDeleteClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.batchDeleteClusterSnapshotsAsync(BatchDeleteClusterSnapshotsRequest request,
AsyncHandler<BatchDeleteClusterSnapshotsRequest,BatchDeleteClusterSnapshotsResult> asyncHandler) |
Future<BatchDeleteClusterSnapshotsResult> |
AmazonRedshiftAsync.batchDeleteClusterSnapshotsAsync(BatchDeleteClusterSnapshotsRequest batchDeleteClusterSnapshotsRequest,
AsyncHandler<BatchDeleteClusterSnapshotsRequest,BatchDeleteClusterSnapshotsResult> asyncHandler)
Deletes a set of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.clone() |
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.withErrors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.withErrors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.withResources(Collection<String> resources)
A list of the snapshot identifiers that were deleted.
|
BatchDeleteClusterSnapshotsResult |
BatchDeleteClusterSnapshotsResult.withResources(String... resources)
A list of the snapshot identifiers that were deleted.
|
Copyright © 2021. All rights reserved.