Uses of Interface
software.amazon.awssdk.services.autoscaling.waiters.AutoScalingAsyncWaiter.Builder
-
Packages that use AutoScalingAsyncWaiter.Builder Package Description software.amazon.awssdk.services.autoscaling.waiters -
-
Uses of AutoScalingAsyncWaiter.Builder in software.amazon.awssdk.services.autoscaling.waiters
Methods in software.amazon.awssdk.services.autoscaling.waiters that return AutoScalingAsyncWaiter.Builder Modifier and Type Method Description static AutoScalingAsyncWaiter.BuilderAutoScalingAsyncWaiter. builder()Create a builder that can be used to configure and create aAutoScalingAsyncWaiter.AutoScalingAsyncWaiter.BuilderAutoScalingAsyncWaiter.Builder. client(AutoScalingAsyncClient client)Sets a customAutoScalingAsyncClientthat will be used to poll the resourcedefault AutoScalingAsyncWaiter.BuilderAutoScalingAsyncWaiter.Builder. overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder> overrideConfiguration)This is a convenient method to pass the override configuration without the need to create an instance manually viaWaiterOverrideConfiguration.builder()AutoScalingAsyncWaiter.BuilderAutoScalingAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderAutoScalingAsyncWaiter.BuilderAutoScalingAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-