Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchDeleteClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.batchDeleteClusterSnapshotsAsync(BatchDeleteClusterSnapshotsRequest request,
AsyncHandler<BatchDeleteClusterSnapshotsRequest,BatchDeleteClusterSnapshotsResult> asyncHandler) |
Future<BatchDeleteClusterSnapshotsResult> |
AmazonRedshiftAsync.batchDeleteClusterSnapshotsAsync(BatchDeleteClusterSnapshotsRequest batchDeleteClusterSnapshotsRequest,
AsyncHandler<BatchDeleteClusterSnapshotsRequest,BatchDeleteClusterSnapshotsResult> asyncHandler)
Deletes a set of cluster snapshots.
|
Future<BatchDeleteClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.batchDeleteClusterSnapshotsAsync(BatchDeleteClusterSnapshotsRequest request,
AsyncHandler<BatchDeleteClusterSnapshotsRequest,BatchDeleteClusterSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchDeleteClusterSnapshotsRequest |
BatchDeleteClusterSnapshotsRequest.clone() |
BatchDeleteClusterSnapshotsRequest |
BatchDeleteClusterSnapshotsRequest.withIdentifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest |
BatchDeleteClusterSnapshotsRequest.withIdentifiers(DeleteClusterSnapshotMessage... identifiers)
A list of identifiers for the snapshots that you want to delete.
|
Copyright © 2024. All rights reserved.