Uses of Interface
software.amazon.awssdk.services.docdb.model.DescribeDbClusterSnapshotAttributesRequest.Builder
-
Packages that use DescribeDbClusterSnapshotAttributesRequest.Builder Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.model -
-
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.docdb
Method parameters in software.amazon.awssdk.services.docdb with type arguments of type DescribeDbClusterSnapshotAttributesRequest.Builder 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 DescribeDbClusterSnapshotAttributesResponseDocDbClient. describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest)Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot. -
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description static DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest. builder()DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier for the cluster snapshot to describe the attributes for.DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDbClusterSnapshotAttributesRequest.Builder>DescribeDbClusterSnapshotAttributesRequest. serializableBuilderClass()
-