@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class ElasticLoadBalancingClientWaiters extends Object
Constructor | Description |
---|---|
ElasticLoadBalancingClientWaiters(ElasticLoadBalancingClient client) |
Constructs a new ElasticLoadBalancingClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeInstanceHealthRequest> |
anyInstanceInService() |
Builds a AnyInstanceInService 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<DescribeInstanceHealthRequest> |
instanceDeregistered() |
Builds a InstanceDeregistered 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<DescribeInstanceHealthRequest> |
instanceInService() |
Builds a InstanceInService 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 ElasticLoadBalancingClientWaiters(ElasticLoadBalancingClient client)
client
- Service clientpublic Waiter<DescribeInstanceHealthRequest> anyInstanceInService()
public Waiter<DescribeInstanceHealthRequest> instanceDeregistered()
public Waiter<DescribeInstanceHealthRequest> instanceInService()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.