@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<DescribeDBClustersRequest> |
dBClusterAvailable()
Builds a DBClusterAvailable 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<DescribeDBClustersRequest> |
dBClusterDeleted()
Builds a DBClusterDeleted 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<DescribeDBClusterSnapshotsRequest> |
dBClusterSnapshotAvailable()
Builds a DBClusterSnapshotAvailable 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<DescribeDBClusterSnapshotsRequest> |
dBClusterSnapshotDeleted()
Builds a DBClusterSnapshotDeleted 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> |
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() |
Waiter<DescribeTenantDatabasesRequest> |
tenantDatabaseAvailable()
Builds a TenantDatabaseAvailable 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<DescribeTenantDatabasesRequest> |
tenantDatabaseDeleted()
Builds a TenantDatabaseDeleted 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 AmazonRDSWaiters(AmazonRDS client)
client
- Service clientpublic Waiter<DescribeTenantDatabasesRequest> tenantDatabaseDeleted()
public Waiter<DescribeDBInstancesRequest> dBInstanceAvailable()
public Waiter<DescribeDBSnapshotsRequest> dBSnapshotAvailable()
public Waiter<DescribeDBClustersRequest> dBClusterDeleted()
public Waiter<DescribeTenantDatabasesRequest> tenantDatabaseAvailable()
public Waiter<DescribeDBSnapshotsRequest> dBSnapshotDeleted()
public Waiter<DescribeDBClusterSnapshotsRequest> dBClusterSnapshotAvailable()
public Waiter<DescribeDBClusterSnapshotsRequest> dBClusterSnapshotDeleted()
public Waiter<DescribeDBClustersRequest> dBClusterAvailable()
public Waiter<DescribeDBInstancesRequest> dBInstanceDeleted()
public void shutdown()