Uses of Class
com.amazonaws.services.elasticloadbalancing.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest Package Description com.amazonaws.services.elasticloadbalancing com.amazonaws.services.elasticloadbalancing.model -
-
Uses of RemoveTagsRequest in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing with parameters of type RemoveTagsRequest Modifier and Type Method 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>
AbstractAmazonElasticLoadBalancingAsync. removeTagsAsync(RemoveTagsRequest request)
Future<RemoveTagsResult>
AbstractAmazonElasticLoadBalancingAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Future<RemoveTagsResult>
AmazonElasticLoadBalancingAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes one or more tags from the specified load balancer.Future<RemoveTagsResult>
AmazonElasticLoadBalancingAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes one or more tags from the specified load balancer.Future<RemoveTagsResult>
AmazonElasticLoadBalancingAsyncClient. removeTagsAsync(RemoveTagsRequest request)
Future<RemoveTagsResult>
AmazonElasticLoadBalancingAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type RemoveTagsRequest Modifier and Type Method Description Future<RemoveTagsResult>
AbstractAmazonElasticLoadBalancingAsync. 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>
AmazonElasticLoadBalancingAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
-
Uses of RemoveTagsRequest in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return RemoveTagsRequest Modifier and Type Method Description RemoveTagsRequest
RemoveTagsRequest. clone()
RemoveTagsRequest
RemoveTagsRequest. withLoadBalancerNames(String... loadBalancerNames)
The name of the load balancer.RemoveTagsRequest
RemoveTagsRequest. withLoadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.RemoveTagsRequest
RemoveTagsRequest. withTags(TagKeyOnly... tags)
The list of tag keys to remove.RemoveTagsRequest
RemoveTagsRequest. withTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
-