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