Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchModifyClusterSnapshotsResult> |
AmazonRedshiftAsyncClient.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest request,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler) |
Future<BatchModifyClusterSnapshotsResult> |
AmazonRedshiftAsync.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler)
Modifies the settings for a list of snapshots.
|
Future<BatchModifyClusterSnapshotsResult> |
AbstractAmazonRedshiftAsync.batchModifyClusterSnapshotsAsync(BatchModifyClusterSnapshotsRequest request,
AsyncHandler<BatchModifyClusterSnapshotsRequest,BatchModifyClusterSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchModifyClusterSnapshotsRequest |
BatchModifyClusterSnapshotsRequest.clone() |
BatchModifyClusterSnapshotsRequest |
BatchModifyClusterSnapshotsRequest.withForce(Boolean force)
A boolean value indicating whether to override an exception if the retention period has passed.
|
BatchModifyClusterSnapshotsRequest |
BatchModifyClusterSnapshotsRequest.withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
BatchModifyClusterSnapshotsRequest |
BatchModifyClusterSnapshotsRequest.withSnapshotIdentifierList(Collection<String> snapshotIdentifierList)
A list of snapshot identifiers you want to modify.
|
BatchModifyClusterSnapshotsRequest |
BatchModifyClusterSnapshotsRequest.withSnapshotIdentifierList(String... snapshotIdentifierList)
A list of snapshot identifiers you want to modify.
|
Copyright © 2019. All rights reserved.