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