@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DynamoDBClientWaiters extends Object
Constructor | Description |
---|---|
DynamoDBClientWaiters(DynamoDBClient client) |
Constructs a new DynamoDBClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
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 DynamoDBClientWaiters(DynamoDBClient client)
client
- Service clientpublic Waiter<DescribeTableRequest> tableExists()
public Waiter<DescribeTableRequest> tableNotExists()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.