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