Uses of Interface
software.amazon.awssdk.services.appstream.waiters.AppStreamWaiter.Builder
-
Packages that use AppStreamWaiter.Builder Package Description software.amazon.awssdk.services.appstream.waiters -
-
Uses of AppStreamWaiter.Builder in software.amazon.awssdk.services.appstream.waiters
Methods in software.amazon.awssdk.services.appstream.waiters that return AppStreamWaiter.Builder Modifier and Type Method Description static AppStreamWaiter.BuilderAppStreamWaiter. builder()Create a builder that can be used to configure and create aAppStreamWaiter.AppStreamWaiter.BuilderAppStreamWaiter.Builder. client(AppStreamClient client)Sets a customAppStreamClientthat will be used to poll the resourcedefault AppStreamWaiter.BuilderAppStreamWaiter.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()AppStreamWaiter.BuilderAppStreamWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
-