| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2 |
|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
AddTagsResult |
AmazonElasticLoadBalancingClient.addTags(AddTagsRequest request)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
AddTagsResult |
AbstractAmazonElasticLoadBalancing.addTags(AddTagsRequest request) |
AddTagsResult |
AmazonElasticLoadBalancing.addTags(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest request) |
Future<AddTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest request) |
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest request,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler) |
Future<AddTagsResult> |
AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest,
AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
Adds the specified tags to the specified Elastic Load Balancing resource.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest |
AddTagsRequest.clone() |
AddTagsRequest |
AddTagsRequest.withResourceArns(Collection<String> resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
AddTagsRequest |
AddTagsRequest.withResourceArns(String... resourceArns)
The Amazon Resource Name (ARN) of the resource.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The tags.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags.
|
Copyright © 2023. All rights reserved.