Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.ElasticBeanstalkBaseClientBuilder
-
Packages that use ElasticBeanstalkBaseClientBuilder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of ElasticBeanstalkBaseClientBuilder in software.amazon.awssdk.services.elasticbeanstalk
Classes in software.amazon.awssdk.services.elasticbeanstalk with type parameters of type ElasticBeanstalkBaseClientBuilder Modifier and Type Interface Description interfaceElasticBeanstalkBaseClientBuilder<B extends ElasticBeanstalkBaseClientBuilder<B,C>,C>This includes configuration specific to Elastic Beanstalk that is supported by bothElasticBeanstalkClientBuilderandElasticBeanstalkAsyncClientBuilder.Subinterfaces of ElasticBeanstalkBaseClientBuilder in software.amazon.awssdk.services.elasticbeanstalk Modifier and Type Interface Description interfaceElasticBeanstalkAsyncClientBuilderA builder for creating an instance ofElasticBeanstalkAsyncClient.interfaceElasticBeanstalkClientBuilderA builder for creating an instance ofElasticBeanstalkClient.
-