Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
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.
|
Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest)
Creates a manual snapshot of the specified cluster.
|
Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
Creates a manual snapshot of the specified cluster.
|
Modifier and Type | Method and Description |
---|---|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withClusterIdentifier(String clusterIdentifier)
The cluster identifier for which you want a snapshot.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
A unique identifier for the snapshot that you are requesting.
|
Copyright © 2014. All rights reserved.