Uses of Class
com.amazonaws.services.redshift.model.CreateClusterSnapshotRequest
Packages that use CreateClusterSnapshotRequest
-
Uses of CreateClusterSnapshotRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.createClusterSnapshot(CreateClusterSnapshotRequest request) AmazonRedshift.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest) Creates a manual snapshot of the specified cluster.AmazonRedshiftClient.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest) Creates a manual snapshot of the specified cluster.AbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request) AbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request, AsyncHandler<CreateClusterSnapshotRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest) Creates a manual snapshot of the specified cluster.AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest, AsyncHandler<CreateClusterSnapshotRequest, Snapshot> asyncHandler) Creates a manual snapshot of the specified cluster.AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request) AmazonRedshiftAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request, AsyncHandler<CreateClusterSnapshotRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type CreateClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request, AsyncHandler<CreateClusterSnapshotRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest, AsyncHandler<CreateClusterSnapshotRequest, Snapshot> asyncHandler) Creates a manual snapshot of the specified cluster.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 CreateClusterSnapshotRequestModifier and TypeMethodDescriptionCreateClusterSnapshotRequest.clone()CreateClusterSnapshotRequest.withClusterIdentifier(String clusterIdentifier) The cluster identifier for which you want a snapshot.CreateClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier) A unique identifier for the snapshot that you are requesting.A list of tag instances.CreateClusterSnapshotRequest.withTags(Collection<Tag> tags) A list of tag instances.