Uses of Class
software.amazon.awssdk.services.docdb.paginators.DescribeDBClusterSnapshotsIterable
-
Packages that use DescribeDBClusterSnapshotsIterable Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of DescribeDBClusterSnapshotsIterable in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return DescribeDBClusterSnapshotsIterable Modifier and Type Method Description default DescribeDBClusterSnapshotsIterableDocDbClient. describeDBClusterSnapshotsPaginator()Returns information about cluster snapshots.default DescribeDBClusterSnapshotsIterableDocDbClient. describeDBClusterSnapshotsPaginator(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.default DescribeDBClusterSnapshotsIterableDocDbClient. describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.
-