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