| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbSnapshotResponse |
RdsClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest)
Updates a manual DB snapshot with a new engine version.
|
default CompletableFuture<ModifyDbSnapshotResponse> |
RdsAsyncClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest)
Updates a manual DB snapshot with a new engine version.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.builder() |
ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier of the DB snapshot to modify.
|
ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.Builder.engineVersion(String engineVersion)
The engine version to upgrade the DB snapshot to.
|
ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.Builder.optionGroupName(String optionGroupName)
The option group to identify with the upgraded DB snapshot.
|
ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbSnapshotRequest.Builder |
ModifyDbSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbSnapshotRequest.Builder> |
ModifyDbSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.