Class AWSElasticBeanstalkClient

java.lang.Object
com.amazonaws.AmazonWebServiceClient
com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalkClient
All Implemented Interfaces:
AWSElasticBeanstalk
Direct Known Subclasses:
AWSElasticBeanstalkAsyncClient

@ThreadSafe public class AWSElasticBeanstalkClient extends AmazonWebServiceClient implements AWSElasticBeanstalk
Client for accessing Elastic Beanstalk. All service calls made using this client are blocking, and will not return until the service call completes.

AWS Elastic Beanstalk

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk. wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

  • Field Details

    • configFactory

      protected static final ClientConfigurationFactory configFactory
      Client configuration factory providing ClientConfigurations tailored to this client
    • exceptionUnmarshallers

      protected final List<com.amazonaws.transform.Unmarshaller<AmazonServiceException,Node>> exceptionUnmarshallers
      List of exception unmarshallers for all modeled exceptions
  • Constructor Details

    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient()
      Constructs a new client to invoke service methods on Elastic Beanstalk. A credentials provider chain will be used that searches for credentials in this order:
      • Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
      • Java System Properties - aws.accessKeyId and aws.secretKey
      • Instance profile credentials delivered through the Amazon EC2 metadata service

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      See Also:
    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient(ClientConfiguration clientConfiguration)
      Constructs a new client to invoke service methods on Elastic Beanstalk. A credentials provider chain will be used that searches for credentials in this order:
      • Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
      • Java System Properties - aws.accessKeyId and aws.secretKey
      • Instance profile credentials delivered through the Amazon EC2 metadata service

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      Parameters:
      clientConfiguration - The client configuration options controlling how this client connects to Elastic Beanstalk (ex: proxy settings, retry counts, etc.).
      See Also:
    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient(AWSCredentials awsCredentials)
      Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials.

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      Parameters:
      awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.
    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
      Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials and client configuration options.

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      Parameters:
      awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.
      clientConfiguration - The client configuration options controlling how this client connects to Elastic Beanstalk (ex: proxy settings, retry counts, etc.).
    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider)
      Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider.

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      Parameters:
      awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.
    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
      Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider and client configuration options.

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      Parameters:
      awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.
      clientConfiguration - The client configuration options controlling how this client connects to Elastic Beanstalk (ex: proxy settings, retry counts, etc.).
    • AWSElasticBeanstalkClient

      public AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
      Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider, client configuration options, and request metric collector.

      All service calls made using this new client object are blocking, and will not return until the service call completes.

      Parameters:
      awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.
      clientConfiguration - The client configuration options controlling how this client connects to Elastic Beanstalk (ex: proxy settings, retry counts, etc.).
      requestMetricCollector - optional request metric collector
  • Method Details