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