Uses of Class
software.amazon.awssdk.services.docdb.model.DescribeDbClusterSnapshotsRequest
-
Packages that use DescribeDbClusterSnapshotsRequest Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.paginators software.amazon.awssdk.services.docdb.transform -
-
Uses of DescribeDbClusterSnapshotsRequest in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb with parameters of type DescribeDbClusterSnapshotsRequest Modifier and Type Method Description default CompletableFuture<DescribeDbClusterSnapshotsResponse>DocDbAsyncClient. describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.default DescribeDbClusterSnapshotsResponseDocDbClient. describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.default DescribeDBClusterSnapshotsPublisherDocDbAsyncClient. describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots.default DescribeDBClusterSnapshotsIterableDocDbClient. describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)Returns information about cluster snapshots. -
Uses of DescribeDbClusterSnapshotsRequest in software.amazon.awssdk.services.docdb.paginators
Constructors in software.amazon.awssdk.services.docdb.paginators with parameters of type DescribeDbClusterSnapshotsRequest Constructor Description DescribeDBClusterSnapshotsIterable(DocDbClient client, DescribeDbClusterSnapshotsRequest firstRequest)DescribeDBClusterSnapshotsPublisher(DocDbAsyncClient client, DescribeDbClusterSnapshotsRequest firstRequest) -
Uses of DescribeDbClusterSnapshotsRequest in software.amazon.awssdk.services.docdb.transform
Methods in software.amazon.awssdk.services.docdb.transform with parameters of type DescribeDbClusterSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbClusterSnapshotsRequestMarshaller. marshall(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
-