Uses of Class
software.amazon.awssdk.services.docdb.model.DescribeDbClusterSnapshotsResponse
-
Packages that use DescribeDbClusterSnapshotsResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.paginators -
-
Uses of DescribeDbClusterSnapshotsResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return DescribeDbClusterSnapshotsResponse Modifier and Type Method Description default DescribeDbClusterSnapshotsResponseDocDbClient. describeDBClusterSnapshots()Returns information about cluster snapshots.default DescribeDbClusterSnapshotsResponseDocDbClient. describeDBClusterSnapshots(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.default DescribeDbClusterSnapshotsResponseDocDbClient. describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type DescribeDbClusterSnapshotsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbClusterSnapshotsResponse>DocDbAsyncClient. describeDBClusterSnapshots()Returns information about cluster snapshots.default CompletableFuture<DescribeDbClusterSnapshotsResponse>DocDbAsyncClient. describeDBClusterSnapshots(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.default CompletableFuture<DescribeDbClusterSnapshotsResponse>DocDbAsyncClient. describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots. -
Uses of DescribeDbClusterSnapshotsResponse in software.amazon.awssdk.services.docdb.paginators
Methods in software.amazon.awssdk.services.docdb.paginators that return types with arguments of type DescribeDbClusterSnapshotsResponse Modifier and Type Method Description Iterator<DescribeDbClusterSnapshotsResponse>DescribeDBClusterSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.docdb.paginators with type arguments of type DescribeDbClusterSnapshotsResponse Modifier and Type Method Description voidDescribeDBClusterSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbClusterSnapshotsResponse> subscriber)
-