|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateClusterSnapshotRequest | |
---|---|
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. |
Uses of CreateClusterSnapshotRequest in com.amazonaws.services.redshift |
---|
Methods in com.amazonaws.services.redshift with parameters of type CreateClusterSnapshotRequest | |
---|---|
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> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(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,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
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. |
Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterSnapshotRequest | |
---|---|
Future<Snapshot> |
AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,Snapshot> asyncHandler)
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. |
Uses of CreateClusterSnapshotRequest in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return CreateClusterSnapshotRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |