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