| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.paginators | |
| software.amazon.awssdk.services.rds.transform | |
| software.amazon.awssdk.services.rds.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDbSnapshotsResponse |
RdsClient.describeDBSnapshots(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Returns information about DB snapshots.
|
default CompletableFuture<DescribeDbSnapshotsResponse> |
RdsAsyncClient.describeDBSnapshots(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Returns information about DB snapshots.
|
default DescribeDBSnapshotsIterable |
RdsClient.describeDBSnapshotsPaginator(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Returns information about DB snapshots.
|
default DescribeDBSnapshotsPublisher |
RdsAsyncClient.describeDBSnapshotsPaginator(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Returns information about DB snapshots.
|
| Constructor and Description |
|---|
DescribeDBSnapshotsIterable(RdsClient client,
DescribeDbSnapshotsRequest firstRequest) |
DescribeDBSnapshotsPublisher(RdsAsyncClient client,
DescribeDbSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeDbSnapshotsRequestMarshaller.marshall(DescribeDbSnapshotsRequest describeDbSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBSnapshotAvailable(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Polls
RdsAsyncClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest) API until the desired condition DBSnapshotAvailable is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbSnapshotsResponse> |
RdsWaiter.waitUntilDBSnapshotAvailable(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Polls
RdsClient.describeDBSnapshots() API until the desired condition DBSnapshotAvailable is met,
or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBSnapshotAvailable(DescribeDbSnapshotsRequest describeDbSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsAsyncClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest) API until the desired condition DBSnapshotAvailable is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbSnapshotsResponse> |
RdsWaiter.waitUntilDBSnapshotAvailable(DescribeDbSnapshotsRequest describeDbSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsClient.describeDBSnapshots() API until the desired condition DBSnapshotAvailable is met,
or until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBSnapshotDeleted(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Polls
RdsAsyncClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest) API until the desired condition DBSnapshotDeleted is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbSnapshotsResponse> |
RdsWaiter.waitUntilDBSnapshotDeleted(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
Polls
RdsClient.describeDBSnapshots() API until the desired condition DBSnapshotDeleted is met, or
until it is determined that the resource will never enter into the desired state |
default CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBSnapshotDeleted(DescribeDbSnapshotsRequest describeDbSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsAsyncClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest) API until the desired condition DBSnapshotDeleted is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeDbSnapshotsResponse> |
RdsWaiter.waitUntilDBSnapshotDeleted(DescribeDbSnapshotsRequest describeDbSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsClient.describeDBSnapshots() API until the desired condition DBSnapshotDeleted is met, or
until it is determined that the resource will never enter into the desired state |
Copyright © 2023. All rights reserved.