@Generated(value="software.amazon.awssdk:codegen") public interface RdsAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
RdsAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterAvailable(DescribeDbClustersRequest describeDbClustersRequest)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeDbClustersRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterAvailable(Consumer<DescribeDbClustersRequest.Builder> describeDbClustersRequest)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterAvailable is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbClustersRequest.builder()
describeDbClustersRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterAvailable(DescribeDbClustersRequest describeDbClustersRequest, WaiterOverrideConfiguration overrideConfig)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeDbClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterAvailable(Consumer<DescribeDbClustersRequest.Builder> describeDbClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterAvailable is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterDeleted(DescribeDbClustersRequest describeDbClustersRequest)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterDeleted is met,
or until it is determined that the resource will never enter into the desired statedescribeDbClustersRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterDeleted(Consumer<DescribeDbClustersRequest.Builder> describeDbClustersRequest)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterDeleted is met,
or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbClustersRequest.builder()
describeDbClustersRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterDeleted(DescribeDbClustersRequest describeDbClustersRequest, WaiterOverrideConfiguration overrideConfig)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterDeleted is met,
or until it is determined that the resource will never enter into the desired statedescribeDbClustersRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClustersResponse>> waitUntilDBClusterDeleted(Consumer<DescribeDbClustersRequest.Builder> describeDbClustersRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RdsAsyncClient.describeDBClusters(software.amazon.awssdk.services.rds.model.DescribeDbClustersRequest) API until the desired condition DBClusterDeleted is met,
or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbClustersRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotAvailable(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
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 statedescribeDbClusterSnapshotsRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotAvailable(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)
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.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbClusterSnapshotsRequest.builder()
describeDbClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotAvailable(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)
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 statedescribeDbClusterSnapshotsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotAvailable(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
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.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotDeleted(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest)
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 statedescribeDbClusterSnapshotsRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotDeleted(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest)
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.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbClusterSnapshotsRequest.builder()
describeDbClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotDeleted(DescribeDbClusterSnapshotsRequest describeDbClusterSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)
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 statedescribeDbClusterSnapshotsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbClusterSnapshotsResponse>> waitUntilDBClusterSnapshotDeleted(Consumer<DescribeDbClusterSnapshotsRequest.Builder> describeDbClusterSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
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.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbClusterSnapshotsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceAvailable(DescribeDbInstancesRequest describeDbInstancesRequest)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceAvailable(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbInstancesRequest.builder()
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceAvailable(DescribeDbInstancesRequest describeDbInstancesRequest, WaiterOverrideConfiguration overrideConfig)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceAvailable(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceAvailable is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceDeleted(DescribeDbInstancesRequest describeDbInstancesRequest)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceDeleted is
met, or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceDeleted(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceDeleted is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbInstancesRequest.builder()
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceDeleted(DescribeDbInstancesRequest describeDbInstancesRequest, WaiterOverrideConfiguration overrideConfig)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceDeleted is
met, or until it is determined that the resource will never enter into the desired statedescribeDbInstancesRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbInstancesResponse>> waitUntilDBInstanceDeleted(Consumer<DescribeDbInstancesRequest.Builder> describeDbInstancesRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
RdsAsyncClient.describeDBInstances(software.amazon.awssdk.services.rds.model.DescribeDbInstancesRequest) API until the desired condition DBInstanceDeleted is
met, or until it is determined that the resource will never enter into the desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbInstancesRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotAvailable(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
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 statedescribeDbSnapshotsRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotAvailable(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest)
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.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbSnapshotsRequest.builder()
describeDbSnapshotsRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotAvailable(DescribeDbSnapshotsRequest describeDbSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)
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 statedescribeDbSnapshotsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotAvailable(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
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.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbSnapshotsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotDeleted(DescribeDbSnapshotsRequest describeDbSnapshotsRequest)
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 statedescribeDbSnapshotsRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotDeleted(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest)
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.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeDbSnapshotsRequest.builder()
describeDbSnapshotsRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotDeleted(DescribeDbSnapshotsRequest describeDbSnapshotsRequest, WaiterOverrideConfiguration overrideConfig)
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 statedescribeDbSnapshotsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeDbSnapshotsResponse>> waitUntilDBSnapshotDeleted(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
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.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeDbSnapshotsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic RdsAsyncWaiter.Builder builder()
RdsAsyncWaiter.static RdsAsyncWaiter create()
RdsAsyncWaiter with the default configuration.
A default RdsAsyncClient will be created to poll resources. It is recommended to share a single
instance of the waiter created via this method. If it is not desirable to share a waiter instance, invoke
SdkAutoCloseable.close() to release the resources once the waiter is not needed.
RdsAsyncWaiterCopyright © 2023. All rights reserved.