Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsRequest
-
Packages that use DescribeClusterSnapshotsRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.transform software.amazon.awssdk.services.redshift.waiters -
-
Uses of DescribeClusterSnapshotsRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DescribeClusterSnapshotsRequest Modifier and Type Method Description default CompletableFuture<DescribeClusterSnapshotsResponse>RedshiftAsyncClient. describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)Returns one or more snapshot objects, which contain metadata about your cluster snapshots.default DescribeClusterSnapshotsResponseRedshiftClient. describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)Returns one or more snapshot objects, which contain metadata about your cluster snapshots.default DescribeClusterSnapshotsPublisherRedshiftAsyncClient. describeClusterSnapshotsPaginator(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)Returns one or more snapshot objects, which contain metadata about your cluster snapshots.default DescribeClusterSnapshotsIterableRedshiftClient. describeClusterSnapshotsPaginator(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)Returns one or more snapshot objects, which contain metadata about your cluster snapshots. -
Uses of DescribeClusterSnapshotsRequest in software.amazon.awssdk.services.redshift.paginators
Constructors in software.amazon.awssdk.services.redshift.paginators with parameters of type DescribeClusterSnapshotsRequest Constructor Description DescribeClusterSnapshotsIterable(RedshiftClient client, DescribeClusterSnapshotsRequest firstRequest)DescribeClusterSnapshotsPublisher(RedshiftAsyncClient client, DescribeClusterSnapshotsRequest firstRequest) -
Uses of DescribeClusterSnapshotsRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DescribeClusterSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeClusterSnapshotsRequestMarshaller. marshall(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest) -
Uses of DescribeClusterSnapshotsRequest in software.amazon.awssdk.services.redshift.waiters
-