Uses of Class
com.amazonaws.services.redshift.model.DescribeClusterSnapshotsRequest
Packages that use DescribeClusterSnapshotsRequest
-
Uses of DescribeClusterSnapshotsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeClusterSnapshotsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest request) AmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.AmazonRedshiftClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) Returns one or more snapshot objects, which contain metadata about your cluster snapshots.AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request) AbstractAmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> 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(DescribeClusterSnapshotsRequest request) AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest request, AsyncHandler<DescribeClusterSnapshotsRequest, DescribeClusterSnapshotsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClusterSnapshotsRequestModifier 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 DescribeClusterSnapshotsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeClusterSnapshotsRequestModifier and TypeMethodDescriptionDescribeClusterSnapshotsRequest.clone()DescribeClusterSnapshotsRequest.withClusterIdentifier(String clusterIdentifier) The identifier of the cluster for which information about snapshots is requested.DescribeClusterSnapshotsRequest.withEndTime(Date endTime) A time value that requests only snapshots created at or before the specified time.DescribeClusterSnapshotsRequest.withMarker(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeClusterSnapshotsRequest.withMaxRecords(Integer maxRecords) The maximum number of response records to return in each call.DescribeClusterSnapshotsRequest.withOwnerAccount(String ownerAccount) The AWS customer account used to create or copy the snapshot.DescribeClusterSnapshotsRequest.withSnapshotIdentifier(String snapshotIdentifier) The snapshot identifier of the snapshot about which to return information.DescribeClusterSnapshotsRequest.withSnapshotType(String snapshotType) The type of snapshots for which you are requesting information.DescribeClusterSnapshotsRequest.withStartTime(Date startTime) A value that requests only snapshots created at or after the specified time.DescribeClusterSnapshotsRequest.withTagKeys(String... tagKeys) A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys.DescribeClusterSnapshotsRequest.withTagKeys(Collection<String> tagKeys) A tag key or keys for which you want to return all matching cluster snapshots that are associated with the specified key or keys.DescribeClusterSnapshotsRequest.withTagValues(String... tagValues) A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values.DescribeClusterSnapshotsRequest.withTagValues(Collection<String> tagValues) A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values.