@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class ElasticLoadBalancingv2ClientWaiters extends Object
Constructor | Description |
---|---|
ElasticLoadBalancingv2ClientWaiters(ElasticLoadBalancingv2Client client) |
Constructs a new ElasticLoadBalancingv2ClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
Waiter<DescribeLoadBalancersRequest> |
loadBalancerAvailable() |
Builds a LoadBalancerAvailable 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<DescribeLoadBalancersRequest> |
loadBalancerExists() |
Builds a LoadBalancerExists 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<DescribeLoadBalancersRequest> |
loadBalancersDeleted() |
Builds a LoadBalancersDeleted 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 ElasticLoadBalancingv2ClientWaiters(ElasticLoadBalancingv2Client client)
client
- Service clientpublic Waiter<DescribeLoadBalancersRequest> loadBalancerAvailable()
public Waiter<DescribeLoadBalancersRequest> loadBalancerExists()
public Waiter<DescribeLoadBalancersRequest> loadBalancersDeleted()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.