Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.ElasticBeanstalkClient
-
Packages that use ElasticBeanstalkClient Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators software.amazon.awssdk.services.elasticbeanstalk.waiters -
-
Uses of ElasticBeanstalkClient in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return ElasticBeanstalkClient Modifier and Type Method Description static ElasticBeanstalkClientElasticBeanstalkClient. create()Create aElasticBeanstalkClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ElasticBeanstalkClient in software.amazon.awssdk.services.elasticbeanstalk.paginators
Constructors in software.amazon.awssdk.services.elasticbeanstalk.paginators with parameters of type ElasticBeanstalkClient Constructor Description DescribeEnvironmentManagedActionHistoryIterable(ElasticBeanstalkClient client, DescribeEnvironmentManagedActionHistoryRequest firstRequest)DescribeEventsIterable(ElasticBeanstalkClient client, DescribeEventsRequest firstRequest)ListPlatformBranchesIterable(ElasticBeanstalkClient client, ListPlatformBranchesRequest firstRequest)ListPlatformVersionsIterable(ElasticBeanstalkClient client, ListPlatformVersionsRequest firstRequest) -
Uses of ElasticBeanstalkClient in software.amazon.awssdk.services.elasticbeanstalk.waiters
Methods in software.amazon.awssdk.services.elasticbeanstalk.waiters with parameters of type ElasticBeanstalkClient Modifier and Type Method Description ElasticBeanstalkWaiter.BuilderElasticBeanstalkWaiter.Builder. client(ElasticBeanstalkClient client)Sets a customElasticBeanstalkClientthat will be used to poll the resource
-