Uses of Interface
software.amazon.awssdk.services.rds.model.DescribeDbClusterSnapshotAttributesRequest.Builder
-
Packages that use DescribeDbClusterSnapshotAttributesRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDbClusterSnapshotAttributesResponse>RdsAsyncClient. describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest)Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.default DescribeDbClusterSnapshotAttributesResponseRdsClient. describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest)Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. -
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description static DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest. builder()DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier for the DB 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.rds.model that return types with arguments of type DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDbClusterSnapshotAttributesRequest.Builder>DescribeDbClusterSnapshotAttributesRequest. serializableBuilderClass()
-