@Generated(value="software.amazon.awssdk:codegen") public interface ElasticLoadBalancingAsyncWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
ElasticLoadBalancingAsyncWaiter.Builder |
closedefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilAnyInstanceInService(DescribeInstanceHealthRequest describeInstanceHealthRequest)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
AnyInstanceInService is met, or until it is determined that the resource will never enter into the
desired statedescribeInstanceHealthRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilAnyInstanceInService(Consumer<DescribeInstanceHealthRequest.Builder> describeInstanceHealthRequest)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
AnyInstanceInService is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeInstanceHealthRequest.builder()
describeInstanceHealthRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilAnyInstanceInService(DescribeInstanceHealthRequest describeInstanceHealthRequest, WaiterOverrideConfiguration overrideConfig)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
AnyInstanceInService is met, or until it is determined that the resource will never enter into the
desired statedescribeInstanceHealthRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilAnyInstanceInService(Consumer<DescribeInstanceHealthRequest.Builder> describeInstanceHealthRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
AnyInstanceInService is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeInstanceHealthRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceDeregistered(DescribeInstanceHealthRequest describeInstanceHealthRequest)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceDeregistered is met, or until it is determined that the resource will never enter into the
desired statedescribeInstanceHealthRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceDeregistered(Consumer<DescribeInstanceHealthRequest.Builder> describeInstanceHealthRequest)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceDeregistered is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeInstanceHealthRequest.builder()
describeInstanceHealthRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceDeregistered(DescribeInstanceHealthRequest describeInstanceHealthRequest, WaiterOverrideConfiguration overrideConfig)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceDeregistered is met, or until it is determined that the resource will never enter into the
desired statedescribeInstanceHealthRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceDeregistered(Consumer<DescribeInstanceHealthRequest.Builder> describeInstanceHealthRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceDeregistered is met, or until it is determined that the resource will never enter into the
desired state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeInstanceHealthRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceInService(DescribeInstanceHealthRequest describeInstanceHealthRequest)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceInService is met, or until it is determined that the resource will never enter into the desired
statedescribeInstanceHealthRequest - the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceInService(Consumer<DescribeInstanceHealthRequest.Builder> describeInstanceHealthRequest)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceInService is met, or until it is determined that the resource will never enter into the desired
state.
This is a convenience method to create an instance of the request builder without the need to create one manually
using DescribeInstanceHealthRequest.builder()
describeInstanceHealthRequest - The consumer that will configure the request to be used for pollingdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceInService(DescribeInstanceHealthRequest describeInstanceHealthRequest, WaiterOverrideConfiguration overrideConfig)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceInService is met, or until it is determined that the resource will never enter into the desired
statedescribeInstanceHealthRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault CompletableFuture<WaiterResponse<DescribeInstanceHealthResponse>> waitUntilInstanceInService(Consumer<DescribeInstanceHealthRequest.Builder> describeInstanceHealthRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ElasticLoadBalancingAsyncClient.describeInstanceHealth(software.amazon.awssdk.services.elasticloadbalancing.model.DescribeInstanceHealthRequest) API until the desired condition
InstanceInService is met, or until it is determined that the resource will never enter into the desired
state.
This is a convenience method to create an instance of the request builder and instance of the override config builder
describeInstanceHealthRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic ElasticLoadBalancingAsyncWaiter.Builder builder()
ElasticLoadBalancingAsyncWaiter.static ElasticLoadBalancingAsyncWaiter create()
ElasticLoadBalancingAsyncWaiter with the default configuration.
A default ElasticLoadBalancingAsyncClient will be created to poll resources. It is recommended to
share a single instance of the waiter created via this method. If it is not desirable to share a waiter instance,
invoke SdkAutoCloseable.close() to release the resources once the waiter is not needed.
ElasticLoadBalancingAsyncWaiterCopyright © 2023. All rights reserved.