| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default CopyDbSnapshotResponse |
RdsClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest)
Copies the specified DB snapshot.
|
default CopyDbSnapshotResponse |
RdsClient.copyDBSnapshot(CopyDbSnapshotRequest copyDbSnapshotRequest)
Copies the specified DB snapshot.
|
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.
|
default DeleteDbInstanceResponse |
RdsClient.deleteDBInstance(Consumer<DeleteDbInstanceRequest.Builder> deleteDbInstanceRequest)
The DeleteDBInstance action deletes a previously provisioned DB instance.
|
default DeleteDbInstanceResponse |
RdsClient.deleteDBInstance(DeleteDbInstanceRequest deleteDbInstanceRequest)
The DeleteDBInstance action deletes a previously provisioned DB instance.
|
default StopDbInstanceResponse |
RdsClient.stopDBInstance(Consumer<StopDbInstanceRequest.Builder> stopDbInstanceRequest)
Stops an Amazon RDS DB instance.
|
default StopDbInstanceResponse |
RdsClient.stopDBInstance(StopDbInstanceRequest stopDbInstanceRequest)
Stops an Amazon RDS DB instance.
|
Copyright © 2022. All rights reserved.