Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AbstractAmazonRedshiftAsync.modifyClusterSnapshotAsync(ModifyClusterSnapshotRequest request,
AsyncHandler<ModifyClusterSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonRedshiftAsync.modifyClusterSnapshotAsync(ModifyClusterSnapshotRequest modifyClusterSnapshotRequest,
AsyncHandler<ModifyClusterSnapshotRequest,Snapshot> asyncHandler)
Modifies the settings for a snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.modifyClusterSnapshotAsync(ModifyClusterSnapshotRequest request,
AsyncHandler<ModifyClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyClusterSnapshotRequest |
ModifyClusterSnapshotRequest.clone() |
ModifyClusterSnapshotRequest |
ModifyClusterSnapshotRequest.withForce(Boolean force)
A Boolean option to override an exception if the retention period has already passed.
|
ModifyClusterSnapshotRequest |
ModifyClusterSnapshotRequest.withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
ModifyClusterSnapshotRequest |
ModifyClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The identifier of the snapshot whose setting you want to modify.
|
Copyright © 2023. All rights reserved.