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