| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| 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 ModifyDbSnapshotResponse |
RdsClient.modifyDBSnapshot(ModifyDbSnapshotRequest modifyDbSnapshotRequest)
Updates a manual DB snapshot with a new engine version.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyDbSnapshotResponse> |
RdsAsyncClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest)
Updates a manual DB snapshot with a new engine version.
|
default CompletableFuture<ModifyDbSnapshotResponse> |
RdsAsyncClient.modifyDBSnapshot(ModifyDbSnapshotRequest modifyDbSnapshotRequest)
Updates a manual DB snapshot with a new engine version.
|
Copyright © 2023. All rights reserved.