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