| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchDeleteClusterSnapshotsResponse |
RedshiftClient.batchDeleteClusterSnapshots(Consumer<BatchDeleteClusterSnapshotsRequest.Builder> batchDeleteClusterSnapshotsRequest)
Deletes a set of cluster snapshots.
|
default CompletableFuture<BatchDeleteClusterSnapshotsResponse> |
RedshiftAsyncClient.batchDeleteClusterSnapshots(Consumer<BatchDeleteClusterSnapshotsRequest.Builder> batchDeleteClusterSnapshotsRequest)
Deletes a set of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.builder() |
BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.Builder.identifiers(Collection<DeleteClusterSnapshotMessage> identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.Builder.identifiers(Consumer<DeleteClusterSnapshotMessage.Builder>... identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.Builder.identifiers(DeleteClusterSnapshotMessage... identifiers)
A list of identifiers for the snapshots that you want to delete.
|
BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeleteClusterSnapshotsRequest.Builder |
BatchDeleteClusterSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteClusterSnapshotsRequest.Builder> |
BatchDeleteClusterSnapshotsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.