Uses of Interface
software.amazon.awssdk.services.rds.model.DescribeDbClusterSnapshotAttributesRequest.Builder
Packages that use DescribeDbClusterSnapshotAttributesRequest.Builder
Package
Description
-
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DescribeDbClusterSnapshotAttributesRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest) Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.RdsClient.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.BuilderModifier and TypeMethodDescriptionDescribeDbClusterSnapshotAttributesRequest.builder()DescribeDbClusterSnapshotAttributesRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier for the DB cluster snapshot to describe the attributes for.DescribeDbClusterSnapshotAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeDbClusterSnapshotAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeDbClusterSnapshotAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DescribeDbClusterSnapshotAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeDbClusterSnapshotAttributesRequest.Builder>DescribeDbClusterSnapshotAttributesRequest.serializableBuilderClass()