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