| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
BatchModifyClusterSnapshotsResult |
AmazonRedshift.batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest)
Modifies the settings for a set of cluster snapshots.
|
BatchModifyClusterSnapshotsResult |
AmazonRedshiftClient.batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest request)
Modifies the settings for a set of cluster snapshots.
|
BatchModifyClusterSnapshotsResult |
AbstractAmazonRedshift.batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchModifyClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest request,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler) |
Future<BatchModifyClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest request,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler) |
Future<BatchModifyClusterSnapshotsResult> |
AmazonRedshiftAsync.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler)
Modifies the settings for a set of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.clone() |
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.withErrors(Collection<SnapshotErrorMessage> errors)
A list of any errors returned.
|
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.withErrors(SnapshotErrorMessage... errors)
A list of any errors returned.
|
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.withResources(Collection<String> resources)
A list of the snapshots that were modified.
|
BatchModifyClusterSnapshotsResult |
BatchModifyClusterSnapshotsResult.withResources(String... resources)
A list of the snapshots that were modified.
|
Copyright © 2020. All rights reserved.