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