Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbSnapshotRequest.Builder
Packages that use ModifyDbSnapshotRequest.Builder
Package
Description
-
Uses of ModifyDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest) Updates a manual DB snapshot with a new engine version.default ModifyDbSnapshotResponseRdsClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest) Updates a manual DB snapshot with a new engine version. -
Uses of ModifyDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionModifyDbSnapshotRequest.builder()ModifyDbSnapshotRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier of the DB snapshot to modify.ModifyDbSnapshotRequest.Builder.engineVersion(String engineVersion) The engine version to upgrade the DB snapshot to.ModifyDbSnapshotRequest.Builder.optionGroupName(String optionGroupName) The option group to identify with the upgraded DB snapshot.ModifyDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbSnapshotRequest.Builder>ModifyDbSnapshotRequest.serializableBuilderClass()