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