com.amazonaws.services.elasticloadbalancing.package-info Maven / Gradle / Ivy
Show all versions of aws-java-sdk-elasticloadbalancing Show documentation
/**
* Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
*
* Elastic Load Balancing
* Elastic Load Balancing is a way to automatically distribute incoming
* web traffic across applications that run on multiple Amazon Elastic
* Compute Cloud (Amazon EC2) instances.
*
*
* You can create, access, and manage Elastic Load Balancing using the
* AWS Management Console, the AWS Command Line Interface (AWS CLI), the
* Query API, or the AWS SDKs. For more information about Elastic Load
* Balancing interfaces, see
* Accessing Elastic Load Balancing
* .
*
*
* This reference guide contains documentation for the Query API and the
* AWS CLI commands, to manage Elastic Load Balancing.
*
*
* For detailed information about Elastic Load Balancing features and
* their associated actions or commands, go to
* Managing Load Balancers
* in the Elastic Load Balancing Developer Guide .
*
*
* This reference guide is based on the current WSDL, which is available
* at:
*
* .
*
*
* Endpoints
*
*
* The examples in this guide assume that your load balancers are created
* in the US East (Northern Virginia) region and use us-east-1 as the
* endpoint.
*
*
* You can create your load balancers in other AWS regions. For
* information about regions and endpoints supported by Elastic Load
* Balancing, see
* Regions and Endpoints
* in the Amazon Web Services General Reference.
*
*
* Idempotency
*
*
* All Elastic Load Balancing Query API actions and AWS CLI commands are
* designed to be idempotent. An idempotent action or command
* completes no more than one time. If you repeat a request or a command
* using the same values the action will succeed with a 200 OK response
* code.
*
*/
package com.amazonaws.services.elasticloadbalancing;