Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Snapshot |
AbstractAmazonRedshift.copyClusterSnapshot(CopyClusterSnapshotRequest request) |
Snapshot |
AmazonRedshiftClient.copyClusterSnapshot(CopyClusterSnapshotRequest request)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
Snapshot |
AmazonRedshift.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
Future<Snapshot> |
AbstractAmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request) |
Future<Snapshot> |
AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request) |
Future<Snapshot> |
AbstractAmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AbstractAmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.clone() |
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withSourceSnapshotClusterIdentifier(String sourceSnapshotClusterIdentifier)
The identifier of the cluster the source snapshot was created from.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withSourceSnapshotIdentifier(String sourceSnapshotIdentifier)
The identifier for the source snapshot.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withTargetSnapshotIdentifier(String targetSnapshotIdentifier)
The identifier given to the new manual snapshot.
|
Copyright © 2024. All rights reserved.