| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model | |
| com.amazonaws.services.elasticloadbalancingv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLoadBalancersResult> |
AbstractAmazonElasticLoadBalancingAsync.describeLoadBalancersAsync(DescribeLoadBalancersRequest request,
AsyncHandler<DescribeLoadBalancersRequest,DescribeLoadBalancersResult> asyncHandler) |
Future<DescribeLoadBalancersResult> |
AmazonElasticLoadBalancingAsync.describeLoadBalancersAsync(DescribeLoadBalancersRequest describeLoadBalancersRequest,
AsyncHandler<DescribeLoadBalancersRequest,DescribeLoadBalancersResult> asyncHandler)
Describes the specified load balancers or all of your load balancers.
|
Future<DescribeLoadBalancersResult> |
AmazonElasticLoadBalancingAsyncClient.describeLoadBalancersAsync(DescribeLoadBalancersRequest request,
AsyncHandler<DescribeLoadBalancersRequest,DescribeLoadBalancersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.clone() |
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.withLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
|
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.withLoadBalancerArns(String... loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
|
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.withMarker(String marker)
The marker for the next set of results.
|
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.withNames(Collection<String> names)
The names of the load balancers.
|
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.withNames(String... names)
The names of the load balancers.
|
DescribeLoadBalancersRequest |
DescribeLoadBalancersRequest.withPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeLoadBalancersRequest> |
AmazonElasticLoadBalancingWaiters.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> |
AmazonElasticLoadBalancingWaiters.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> |
AmazonElasticLoadBalancingWaiters.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancersResult |
DescribeLoadBalancersFunction.apply(DescribeLoadBalancersRequest describeLoadBalancersRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.