Uses of Interface
software.amazon.awssdk.services.rds.model.DescribeDbSnapshotAttributesRequest.Builder
-
Packages that use DescribeDbSnapshotAttributesRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of DescribeDbSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DescribeDbSnapshotAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDbSnapshotAttributesResponse>RdsAsyncClient. describeDBSnapshotAttributes(Consumer<DescribeDbSnapshotAttributesRequest.Builder> describeDbSnapshotAttributesRequest)Returns a list of DB snapshot attribute names and values for a manual DB snapshot.default DescribeDbSnapshotAttributesResponseRdsClient. 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.Builder Modifier and Type Method Description static DescribeDbSnapshotAttributesRequest.BuilderDescribeDbSnapshotAttributesRequest. builder()DescribeDbSnapshotAttributesRequest.BuilderDescribeDbSnapshotAttributesRequest.Builder. dbSnapshotIdentifier(String dbSnapshotIdentifier)The identifier for the DB snapshot to describe the attributes for.DescribeDbSnapshotAttributesRequest.BuilderDescribeDbSnapshotAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbSnapshotAttributesRequest.BuilderDescribeDbSnapshotAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDbSnapshotAttributesRequest.BuilderDescribeDbSnapshotAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DescribeDbSnapshotAttributesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDbSnapshotAttributesRequest.Builder>DescribeDbSnapshotAttributesRequest. serializableBuilderClass()
-