Uses of Class
com.amazonaws.services.redshift.model.DescribeClusterSnapshotsResult
Packages that use DescribeClusterSnapshotsResult
-
Uses of DescribeClusterSnapshotsResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeClusterSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeClusterSnapshots()
AbstractAmazonRedshift.describeClusterSnapshots
(DescribeClusterSnapshotsRequest request) AmazonRedshift.describeClusterSnapshots()
Simplified method form for invoking the DescribeClusterSnapshots operation.AmazonRedshift.describeClusterSnapshots
(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.AmazonRedshiftClient.describeClusterSnapshots()
AmazonRedshiftClient.describeClusterSnapshots
(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeClusterSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync()
Simplified method form for invoking the DescribeClusterSnapshots operation.AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync
(AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSnapshots operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest request) AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest request, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) AmazonRedshiftAsync.describeClusterSnapshotsAsync()
Simplified method form for invoking the DescribeClusterSnapshots operation.AmazonRedshiftAsync.describeClusterSnapshotsAsync
(AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSnapshots operation with an AsyncHandler.AmazonRedshiftAsync.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.AmazonRedshiftAsync.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync()
Simplified method form for invoking the DescribeClusterSnapshots operation.AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync
(AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSnapshots operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest request) AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest request, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClusterSnapshotsResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync
(AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSnapshots operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest request, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) AmazonRedshiftAsync.describeClusterSnapshotsAsync
(AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSnapshots operation with an AsyncHandler.AmazonRedshiftAsync.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync
(AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Simplified method form for invoking the DescribeClusterSnapshots operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync
(DescribeClusterSnapshotsRequest request, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) -
Uses of DescribeClusterSnapshotsResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeClusterSnapshotsResultModifier and TypeMethodDescriptionDescribeClusterSnapshotsResult.clone()
DescribeClusterSnapshotsResult.withMarker
(String marker) A value that indicates the starting point for the next set of response records in a subsequent request.DescribeClusterSnapshotsResult.withSnapshots
(Snapshot... snapshots) A list of Snapshot instances.DescribeClusterSnapshotsResult.withSnapshots
(Collection<Snapshot> snapshots) A list of Snapshot instances.