@Generated(value="software.amazon.awssdk:codegen") public interface AutoScalingWaiter extends SdkAutoCloseable
builder() method| Modifier and Type | Interface and Description |
|---|---|
static interface |
AutoScalingWaiter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingWaiter.Builder |
builder()
Create a builder that can be used to configure and create a
AutoScalingWaiter. |
static AutoScalingWaiter |
create()
Create an instance of
AutoScalingWaiter with the default configuration. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists is
met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists is
met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists is
met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupInService(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
is met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupInService(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
is met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupInService(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupInService(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupNotExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
is met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupNotExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
is met, or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupNotExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
is met, or until it is determined that the resource will never enter into the desired state |
default WaiterResponse<DescribeAutoScalingGroupsResponse> |
waitUntilGroupNotExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
is met, or until it is determined that the resource will never enter into the desired state |
closedefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists is
met, or until it is determined that the resource will never enter into the desired statedescribeAutoScalingGroupsRequest - the request to be used for pollingdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists 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 DescribeAutoScalingGroupsRequest.builder()
describeAutoScalingGroupsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest, WaiterOverrideConfiguration overrideConfig)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists is
met, or until it is determined that the resource will never enter into the desired statedescribeAutoScalingGroupsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupExists 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
describeAutoScalingGroupsRequest - 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<DescribeAutoScalingGroupsResponse> waitUntilGroupInService(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
is met, or until it is determined that the resource will never enter into the desired statedescribeAutoScalingGroupsRequest - the request to be used for pollingdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupInService(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
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 DescribeAutoScalingGroupsRequest.builder()
describeAutoScalingGroupsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupInService(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest, WaiterOverrideConfiguration overrideConfig)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
is met, or until it is determined that the resource will never enter into the desired statedescribeAutoScalingGroupsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupInService(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupInService
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
describeAutoScalingGroupsRequest - 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<DescribeAutoScalingGroupsResponse> waitUntilGroupNotExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
is met, or until it is determined that the resource will never enter into the desired statedescribeAutoScalingGroupsRequest - the request to be used for pollingdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupNotExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
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 DescribeAutoScalingGroupsRequest.builder()
describeAutoScalingGroupsRequest - The consumer that will configure the request to be used for pollingdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupNotExists(DescribeAutoScalingGroupsRequest describeAutoScalingGroupsRequest, WaiterOverrideConfiguration overrideConfig)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
is met, or until it is determined that the resource will never enter into the desired statedescribeAutoScalingGroupsRequest - The request to be used for pollingoverrideConfig - Per request override configuration for waitersdefault WaiterResponse<DescribeAutoScalingGroupsResponse> waitUntilGroupNotExists(Consumer<DescribeAutoScalingGroupsRequest.Builder> describeAutoScalingGroupsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
AutoScalingClient.describeAutoScalingGroups() API until the desired condition GroupNotExists
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
describeAutoScalingGroupsRequest - The consumer that will configure the request to be used for pollingoverrideConfig - The consumer that will configure the per request override configuration for waitersstatic AutoScalingWaiter.Builder builder()
AutoScalingWaiter.static AutoScalingWaiter create()
AutoScalingWaiter with the default configuration.
A default AutoScalingClient 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.
AutoScalingWaiterCopyright © 2023. All rights reserved.