| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancing |
Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
|
| com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsResult |
AmazonElasticLoadBalancing.addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.
|
AddTagsResult |
AmazonElasticLoadBalancingClient.addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified load balancer.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified load balancer.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified load balancer.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest |
AddTagsRequest.clone() |
AddTagsRequest |
AddTagsRequest.withLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.
|
AddTagsRequest |
AddTagsRequest.withLoadBalancerNames(String... loadBalancerNames)
The name of the load balancer.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The tags.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags.
|
Copyright © 2015. All rights reserved.