Uses of Interface
software.amazon.awssdk.services.rds.model.DescribeDbSnapshotAttributesRequest.Builder
Packages that use DescribeDbSnapshotAttributesRequest.Builder
Package
Description
-
Uses of DescribeDbSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DescribeDbSnapshotAttributesRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.describeDBSnapshotAttributes(Consumer<DescribeDbSnapshotAttributesRequest.Builder> describeDbSnapshotAttributesRequest) Returns a list of DB snapshot attribute names and values for a manual DB snapshot.RdsClient.describeDBSnapshotAttributes(Consumer<DescribeDbSnapshotAttributesRequest.Builder> describeDbSnapshotAttributesRequest) Returns a list of DB snapshot attribute names and values for a manual DB snapshot. -
Uses of DescribeDbSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DescribeDbSnapshotAttributesRequest.BuilderModifier and TypeMethodDescriptionDescribeDbSnapshotAttributesRequest.builder()DescribeDbSnapshotAttributesRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier for the DB snapshot to describe the attributes for.DescribeDbSnapshotAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeDbSnapshotAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeDbSnapshotAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DescribeDbSnapshotAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeDbSnapshotAttributesRequest.Builder>DescribeDbSnapshotAttributesRequest.serializableBuilderClass()