Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing | |
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
RemoveTagsResult |
AbstractAmazonElasticLoadBalancing.removeTags(RemoveTagsRequest request) |
RemoveTagsResult |
AmazonElasticLoadBalancing.removeTags(RemoveTagsRequest removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
RemoveTagsResult |
AmazonElasticLoadBalancingClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes one or more tags from the specified load balancer.
|
Future<RemoveTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes one or more tags from the specified load balancer.
|
Future<RemoveTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes one or more tags from the specified load balancer.
|
Future<RemoveTagsResult> |
AbstractAmazonElasticLoadBalancingAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
RemoveTagsRequest.withLoadBalancerNames(String... loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest |
RemoveTagsRequest.withTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
RemoveTagsRequest |
RemoveTagsRequest.withTags(TagKeyOnly... tags)
The list of tag keys to remove.
|
Copyright © 2018. All rights reserved.