Uses of Class
com.amazonaws.services.redshift.model.CreateClusterSnapshotRequest
-
Packages that use CreateClusterSnapshotRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of CreateClusterSnapshotRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterSnapshotRequest Modifier and Type Method 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) -
Uses of CreateClusterSnapshotRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateClusterSnapshotRequest Modifier and Type Method Description CreateClusterSnapshotRequestCreateClusterSnapshotRequest. clone()CreateClusterSnapshotRequestCreateClusterSnapshotRequest. withClusterIdentifier(String clusterIdentifier)The cluster identifier for which you want a snapshot.CreateClusterSnapshotRequestCreateClusterSnapshotRequest. withSnapshotIdentifier(String snapshotIdentifier)A unique identifier for the snapshot that you are requesting.CreateClusterSnapshotRequestCreateClusterSnapshotRequest. withTags(Tag... tags)A list of tag instances.CreateClusterSnapshotRequestCreateClusterSnapshotRequest. withTags(Collection<Tag> tags)A list of tag instances.
-