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