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