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 RemoveTagsResultAbstractAmazonElasticLoadBalancing. removeTags(RemoveTagsRequest request)RemoveTagsResultAmazonElasticLoadBalancing. removeTags(RemoveTagsRequest removeTagsRequest)Removes one or more tags from the specified load balancer.RemoveTagsResultAmazonElasticLoadBalancingClient. 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 RemoveTagsRequestRemoveTagsRequest. clone()RemoveTagsRequestRemoveTagsRequest. withLoadBalancerNames(String... loadBalancerNames)The name of the load balancer.RemoveTagsRequestRemoveTagsRequest. withLoadBalancerNames(Collection<String> loadBalancerNames)The name of the load balancer.RemoveTagsRequestRemoveTagsRequest. withTags(TagKeyOnly... tags)The list of tag keys to remove.RemoveTagsRequestRemoveTagsRequest. withTags(Collection<TagKeyOnly> tags)The list of tag keys to remove.
-