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