Uses of Class
software.amazon.awssdk.services.docdb.model.DescribeDbClusterSnapshotAttributesRequest
-
Packages that use DescribeDbClusterSnapshotAttributesRequest Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.transform -
-
Uses of DescribeDbClusterSnapshotAttributesRequest in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb with parameters of type DescribeDbClusterSnapshotAttributesRequest Modifier and Type Method Description default CompletableFuture<DescribeDbClusterSnapshotAttributesResponse>DocDbAsyncClient. describeDBClusterSnapshotAttributes(DescribeDbClusterSnapshotAttributesRequest describeDbClusterSnapshotAttributesRequest)Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.default DescribeDbClusterSnapshotAttributesResponseDocDbClient. describeDBClusterSnapshotAttributes(DescribeDbClusterSnapshotAttributesRequest describeDbClusterSnapshotAttributesRequest)Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot. -
Uses of DescribeDbClusterSnapshotAttributesRequest in software.amazon.awssdk.services.docdb.transform
Methods in software.amazon.awssdk.services.docdb.transform with parameters of type DescribeDbClusterSnapshotAttributesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbClusterSnapshotAttributesRequestMarshaller. marshall(DescribeDbClusterSnapshotAttributesRequest describeDbClusterSnapshotAttributesRequest)
-