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