Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
BatchModifyClusterSnapshotsResult |
AbstractAmazonRedshift.batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest request) |
BatchModifyClusterSnapshotsResult |
AmazonRedshiftClient.batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest request)
Modifies the settings for a set of cluster snapshots.
|
BatchModifyClusterSnapshotsResult |
AmazonRedshift.batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest)
Modifies the settings for a set of cluster snapshots.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Future<BatchModifyClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest request,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler) |
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 © 2024. All rights reserved.