@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class RDSClientWaiters extends Object
Constructor | Description |
---|---|
RDSClientWaiters(RDSClient client) |
Constructs a new RDSClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeDBInstancesRequest> |
dbInstanceAvailable() |
Builds a DBInstanceAvailable waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeDBInstancesRequest> |
dbInstanceDeleted() |
Builds a DBInstanceDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
public RDSClientWaiters(RDSClient client)
client
- Service clientpublic Waiter<DescribeDBInstancesRequest> dbInstanceAvailable()
public Waiter<DescribeDBInstancesRequest> dbInstanceDeleted()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.