Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Method and Description |
---|---|
Snapshot |
AmazonRedshiftClient.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
Snapshot |
AmazonRedshift.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
Snapshot |
AbstractAmazonRedshift.createClusterSnapshot(CreateClusterSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.clone() |
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withClusterIdentifier(java.lang.String clusterIdentifier)
The cluster identifier for which you want a snapshot.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withSnapshotIdentifier(java.lang.String snapshotIdentifier)
A unique identifier for the snapshot that you are requesting.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withTags(java.util.Collection<Tag> tags)
A list of tag instances.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withTags(Tag... tags)
A list of tag instances.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateClusterSnapshotRequest> |
CreateClusterSnapshotRequestMarshaller.marshall(CreateClusterSnapshotRequest createClusterSnapshotRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateClusterSnapshotRequest> |
CreateClusterSnapshotRequestMarshaller.marshall(CreateClusterSnapshotRequest createClusterSnapshotRequest) |