@Generated(value="software.amazon.awssdk:codegen") public interface ElasticBeanstalkWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
ElasticBeanstalkWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ElasticBeanstalkWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
ElasticBeanstalkWaiter. |
static ElasticBeanstalkWaiter |
create()
Create an instance of
ElasticBeanstalkWaiter with the default configuration. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentExists(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentExists(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentExists(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentExists(DescribeEnvironmentsRequest describeEnvironmentsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentTerminated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated is met, or until it is determined that the resource will never enter into the
desired state. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentTerminated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated is met, or until it is determined that the resource will never enter into the
desired state. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentTerminated(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentTerminated(DescribeEnvironmentsRequest describeEnvironmentsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentUpdated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentUpdated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated is met, or until it is determined that the resource will never enter into the desired
state. |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentUpdated(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated is met, or until it is determined that the resource will never enter into the desired
state |
default WaiterResponse<DescribeEnvironmentsResponse> |
waitUntilEnvironmentUpdated(DescribeEnvironmentsRequest describeEnvironmentsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated is met, or until it is determined that the resource will never enter into the desired
state |
closedefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentExists(DescribeEnvironmentsRequest describeEnvironmentsRequest)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists is met, or until it is determined that the resource will never enter into the desired
statedescribeEnvironmentsRequest - the request to be used for pollingdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentExists(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists 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 DescribeEnvironmentsRequest.builder()
describeEnvironmentsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentExists(DescribeEnvironmentsRequest describeEnvironmentsRequest, WaiterOverrideConfiguration overrideConfig)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists is met, or until it is determined that the resource will never enter into the desired
statedescribeEnvironmentsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentExists(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentExists 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
describeEnvironmentsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentTerminated(DescribeEnvironmentsRequest describeEnvironmentsRequest)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated is met, or until it is determined that the resource will never enter into the
desired statedescribeEnvironmentsRequest - the request to be used for pollingdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentTerminated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated 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 DescribeEnvironmentsRequest.builder()
describeEnvironmentsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentTerminated(DescribeEnvironmentsRequest describeEnvironmentsRequest, WaiterOverrideConfiguration overrideConfig)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated is met, or until it is determined that the resource will never enter into the
desired statedescribeEnvironmentsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentTerminated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentTerminated 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
describeEnvironmentsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentUpdated(DescribeEnvironmentsRequest describeEnvironmentsRequest)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated is met, or until it is determined that the resource will never enter into the desired
statedescribeEnvironmentsRequest - the request to be used for pollingdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentUpdated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated 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 DescribeEnvironmentsRequest.builder()
describeEnvironmentsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentUpdated(DescribeEnvironmentsRequest describeEnvironmentsRequest, WaiterOverrideConfiguration overrideConfig)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated is met, or until it is determined that the resource will never enter into the desired
statedescribeEnvironmentsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeEnvironmentsResponse> waitUntilEnvironmentUpdated(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
ElasticBeanstalkClient.describeEnvironments() API until the desired condition
EnvironmentUpdated 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
describeEnvironmentsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic ElasticBeanstalkWaiter.Builder builder()
ElasticBeanstalkWaiter.static ElasticBeanstalkWaiter create()
ElasticBeanstalkWaiter with the default configuration.
A default ElasticBeanstalkClient 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.
ElasticBeanstalkWaiterCopyright © 2021. All rights reserved.