| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDbSnapshotResponse |
RdsClient.createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)
Creates a snapshot of a DB instance.
|
default CreateDbSnapshotResponse |
RdsClient.createDBSnapshot(CreateDbSnapshotRequest createDbSnapshotRequest)
Creates a snapshot of a DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDbSnapshotResponse> |
RdsAsyncClient.createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)
Creates a snapshot of a DB instance.
|
default CompletableFuture<CreateDbSnapshotResponse> |
RdsAsyncClient.createDBSnapshot(CreateDbSnapshotRequest createDbSnapshotRequest)
Creates a snapshot of a DB instance.
|
Copyright © 2022. All rights reserved.