@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonDynamoDBWaiters extends Object
Constructor and Description |
---|
AmazonDynamoDBWaiters(AmazonDynamoDB client)
Constructs a new AmazonDynamoDBWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
void |
shutdown() |
Waiter<DescribeTableRequest> |
tableExists()
Builds a TableExists 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<DescribeTableRequest> |
tableNotExists()
Builds a TableNotExists 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 AmazonDynamoDBWaiters(AmazonDynamoDB client)
client
- Service clientpublic Waiter<DescribeTableRequest> tableExists()
public Waiter<DescribeTableRequest> tableNotExists()
public void shutdown()
Copyright © 2018. All rights reserved.