| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.builder() |
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.errors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.errors(Consumer<SnapshotErrorMessage.Builder>... errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.errors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.resources(Collection<String> resources)
A list of the snapshot identifiers that were deleted.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.Builder.resources(String... resources)
A list of the snapshot identifiers that were deleted.
|
BatchDeleteClusterSnapshotsResponse.Builder |
BatchDeleteClusterSnapshotsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteClusterSnapshotsResponse.Builder> |
BatchDeleteClusterSnapshotsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.