@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonRDSWaiters extends Object
Constructor and Description |
---|
AmazonRDSWaiters(AmazonRDS client)
Constructs a new AmazonRDSWaiters with the given client
|
Modifier and Type | Method and 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.
|
Waiter<DescribeDBSnapshotsRequest> |
dBSnapshotAvailable()
Builds a DBSnapshotAvailable 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<DescribeDBSnapshotsRequest> |
dBSnapshotDeleted()
Builds a DBSnapshotDeleted 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.
|
void |
shutdown() |
public AmazonRDSWaiters(AmazonRDS client)
client
- Service clientpublic Waiter<DescribeDBInstancesRequest> dBInstanceAvailable()
public Waiter<DescribeDBSnapshotsRequest> dBSnapshotAvailable()
public Waiter<DescribeDBSnapshotsRequest> dBSnapshotDeleted()
public Waiter<DescribeDBInstancesRequest> dBInstanceDeleted()
public void shutdown()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.