| 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 DescribeDbClusterSnapshotsResponse |
RdsClient.describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
default CompletableFuture<DescribeDbClusterSnapshotsResponse> |
RdsAsyncClient.describeDBClusterSnapshots(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
default DescribeDBClusterSnapshotsIterable |
RdsClient.describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
default DescribeDBClusterSnapshotsPublisher |
RdsAsyncClient.describeDBClusterSnapshotsPaginator(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Returns information about DB cluster snapshots.
|
| Constructor and Description |
|---|
DescribeDBClusterSnapshotsIterable(RdsClient client,
DescribeDbClusterSnapshotsRequest firstRequest) |
DescribeDBClusterSnapshotsPublisher(RdsAsyncClient client,
DescribeDbClusterSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeDbClusterSnapshotsRequestMarshaller.marshall(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBClusterSnapshotAvailable(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Polls
RdsAsyncClient.describeDBClusterSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbClusterSnapshotsRequest) API until the desired condition
DBClusterSnapshotAvailable is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeDbClusterSnapshotsResponse> |
RdsWaiter.waitUntilDBClusterSnapshotAvailable(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Polls
RdsClient.describeDBClusterSnapshots() API until the desired condition
DBClusterSnapshotAvailable is met, or until it is determined that the resource will never enter into the
desired state |
default CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBClusterSnapshotAvailable(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsAsyncClient.describeDBClusterSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbClusterSnapshotsRequest) API until the desired condition
DBClusterSnapshotAvailable is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeDbClusterSnapshotsResponse> |
RdsWaiter.waitUntilDBClusterSnapshotAvailable(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsClient.describeDBClusterSnapshots() API until the desired condition
DBClusterSnapshotAvailable is met, or until it is determined that the resource will never enter into the
desired state |
default CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBClusterSnapshotDeleted(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Polls
RdsAsyncClient.describeDBClusterSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbClusterSnapshotsRequest) API until the desired condition
DBClusterSnapshotDeleted is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeDbClusterSnapshotsResponse> |
RdsWaiter.waitUntilDBClusterSnapshotDeleted(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
Polls
RdsClient.describeDBClusterSnapshots() API until the desired condition
DBClusterSnapshotDeleted is met, or until it is determined that the resource will never enter into the
desired state |
default CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> |
RdsAsyncWaiter.waitUntilDBClusterSnapshotDeleted(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsAsyncClient.describeDBClusterSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbClusterSnapshotsRequest) API until the desired condition
DBClusterSnapshotDeleted is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeDbClusterSnapshotsResponse> |
RdsWaiter.waitUntilDBClusterSnapshotDeleted(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
RdsClient.describeDBClusterSnapshots() API until the desired condition
DBClusterSnapshotDeleted is met, or until it is determined that the resource will never enter into the
desired state |
Copyright © 2023. All rights reserved.