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