forked from aws/aws-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.java
More file actions
32 lines (30 loc) · 1.69 KB
/
package-info.java
File metadata and controls
32 lines (30 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/**
* Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
*
* Elastic Load Balancing <p>
* Elastic Load Balancing is a cost-effective and easy to use web service to help you improve availability and scalability of your application. It makes
* it easy for you to distribute application loads between two or more EC2 instances. Elastic Load Balancing enables availability through redundancy and
* supports traffic growth of your application.
* </p>
* <p>
* This guide provides detailed information about Elastic Load Balancing actions, data types, parameters, and errors.
* </p>
* <p>
* Query requests are HTTP or HTTPS requests that use the HTTP verb GET or POST and a Query parameter named Action or Operation. Action is used
* throughout this documentation, although Operation is supported for backward compatibility with other AWS Query APIs.
* </p>
* <p>
* This reference guide is based on the current WSDL, which is available at:
* </p>
* <p>
* For detailed information on constructing a query request using the actions, data types, and parameters mentioned in this guide, go to <a
* href="http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/DeveloperGuide/using-query-api.html"> Using the Query API </a> in the <i>Elastic
* Load Balancing Developer Guide</i> .
* </p>
* <p>
* For detailed information about Elastic Load Balancing features and their associated API calls, go to <a
* href="http://docs.amazonwebservices.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenarios.html"> Using Elastic Load Balancing </a> in the
* <i>Elastic Load Balancing Developer Guide</i> .
* </p>
*/
package com.amazonaws.services.elasticloadbalancing;