| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.waiters |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingAsyncWaiter.Builder |
AutoScalingAsyncWaiter.builder()
Create a builder that can be used to configure and create a
AutoScalingAsyncWaiter. |
AutoScalingAsyncWaiter.Builder |
AutoScalingAsyncWaiter.Builder.client(AutoScalingAsyncClient client)
Sets a custom
AutoScalingAsyncClient that will be used to poll the resource |
default AutoScalingAsyncWaiter.Builder |
AutoScalingAsyncWaiter.Builder.overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder> overrideConfiguration)
This is a convenient method to pass the override configuration without the need to create an instance
manually via
WaiterOverrideConfiguration.builder() |
AutoScalingAsyncWaiter.Builder |
AutoScalingAsyncWaiter.Builder.overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)
Defines overrides to the default SDK waiter configuration that should be used for waiters created from this
builder
|
AutoScalingAsyncWaiter.Builder |
AutoScalingAsyncWaiter.Builder.scheduledExecutorService(ScheduledExecutorService executorService)
Sets a custom
ScheduledExecutorService that will be used to schedule async polling attempts |
Copyright © 2023. All rights reserved.