Uses of Interface
software.amazon.awssdk.services.rds.model.DescribeDbSnapshotAttributesResponse.Builder
-
Packages that use DescribeDbSnapshotAttributesResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DescribeDbSnapshotAttributesResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DescribeDbSnapshotAttributesResponse.Builder Modifier and Type Method Description static DescribeDbSnapshotAttributesResponse.BuilderDescribeDbSnapshotAttributesResponse. builder()default DescribeDbSnapshotAttributesResponse.BuilderDescribeDbSnapshotAttributesResponse.Builder. dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)Sets the value of the DBSnapshotAttributesResult property for this object.DescribeDbSnapshotAttributesResponse.BuilderDescribeDbSnapshotAttributesResponse.Builder. dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)Sets the value of the DBSnapshotAttributesResult property for this object.DescribeDbSnapshotAttributesResponse.BuilderDescribeDbSnapshotAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DescribeDbSnapshotAttributesResponse.Builder Modifier and Type Method Description static Class<? extends DescribeDbSnapshotAttributesResponse.Builder>DescribeDbSnapshotAttributesResponse. serializableBuilderClass()
-