Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.ElasticBeanstalkAsyncClient
-
Packages that use ElasticBeanstalkAsyncClient Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators software.amazon.awssdk.services.elasticbeanstalk.waiters -
-
Uses of ElasticBeanstalkAsyncClient in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return ElasticBeanstalkAsyncClient Modifier and Type Method Description static ElasticBeanstalkAsyncClientElasticBeanstalkAsyncClient. create()Create aElasticBeanstalkAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ElasticBeanstalkAsyncClient in software.amazon.awssdk.services.elasticbeanstalk.paginators
Constructors in software.amazon.awssdk.services.elasticbeanstalk.paginators with parameters of type ElasticBeanstalkAsyncClient Constructor Description DescribeEnvironmentManagedActionHistoryPublisher(ElasticBeanstalkAsyncClient client, DescribeEnvironmentManagedActionHistoryRequest firstRequest)DescribeEventsPublisher(ElasticBeanstalkAsyncClient client, DescribeEventsRequest firstRequest)ListPlatformBranchesPublisher(ElasticBeanstalkAsyncClient client, ListPlatformBranchesRequest firstRequest)ListPlatformVersionsPublisher(ElasticBeanstalkAsyncClient client, ListPlatformVersionsRequest firstRequest) -
Uses of ElasticBeanstalkAsyncClient in software.amazon.awssdk.services.elasticbeanstalk.waiters
Methods in software.amazon.awssdk.services.elasticbeanstalk.waiters with parameters of type ElasticBeanstalkAsyncClient Modifier and Type Method Description ElasticBeanstalkAsyncWaiter.BuilderElasticBeanstalkAsyncWaiter.Builder. client(ElasticBeanstalkAsyncClient client)Sets a customElasticBeanstalkAsyncClientthat will be used to poll the resource
-