Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.clone() |
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withClusterIdentifier(String clusterIdentifier)
The cluster identifier for which you want a snapshot.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days that a manual snapshot is retained.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot that you are requesting.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withTags(Tag... tags)
A list of tag instances.
|
Copyright © 2023. All rights reserved.