Uses of Interface
software.amazon.awssdk.services.cloudcontrol.waiters.CloudControlAsyncWaiter.Builder
-
Packages that use CloudControlAsyncWaiter.Builder Package Description software.amazon.awssdk.services.cloudcontrol.waiters -
-
Uses of CloudControlAsyncWaiter.Builder in software.amazon.awssdk.services.cloudcontrol.waiters
Methods in software.amazon.awssdk.services.cloudcontrol.waiters that return CloudControlAsyncWaiter.Builder Modifier and Type Method Description static CloudControlAsyncWaiter.BuilderCloudControlAsyncWaiter. builder()Create a builder that can be used to configure and create aCloudControlAsyncWaiter.CloudControlAsyncWaiter.BuilderCloudControlAsyncWaiter.Builder. client(CloudControlAsyncClient client)Sets a customCloudControlAsyncClientthat will be used to poll the resourcedefault CloudControlAsyncWaiter.BuilderCloudControlAsyncWaiter.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()CloudControlAsyncWaiter.BuilderCloudControlAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderCloudControlAsyncWaiter.BuilderCloudControlAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-