Uses of Class
software.amazon.awssdk.services.redshift.paginators.DescribeClusterSnapshotsIterable
-
Packages that use DescribeClusterSnapshotsIterable Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DescribeClusterSnapshotsIterable in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeClusterSnapshotsIterable Modifier and Type Method Description default DescribeClusterSnapshotsIterableRedshiftClient. describeClusterSnapshotsPaginator()Returns one or more snapshot objects, which contain metadata about your cluster snapshots.default DescribeClusterSnapshotsIterableRedshiftClient. describeClusterSnapshotsPaginator(Consumer<DescribeClusterSnapshotsRequest.Builder> 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.
-