Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AddTagsRequest
Packages that use AddTagsRequest
Package
Description
-
Uses of AddTagsRequest in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing with parameters of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticLoadBalancing.addTags(AddTagsRequest request) AmazonElasticLoadBalancing.addTags(AddTagsRequest addTagsRequest) Adds the specified tags to the specified load balancer.AmazonElasticLoadBalancingClient.addTags(AddTagsRequest addTagsRequest) Adds the specified tags to the specified load balancer.AbstractAmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest request) AbstractAmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest) Adds the specified tags to the specified load balancer.AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds the specified tags to the specified load balancer.AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest request) AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AmazonElasticLoadBalancingAsync.addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds the specified tags to the specified load balancer.AmazonElasticLoadBalancingAsyncClient.addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) -
Uses of AddTagsRequest in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return AddTagsRequestModifier and TypeMethodDescriptionAddTagsRequest.clone()AddTagsRequest.withLoadBalancerNames(String... loadBalancerNames) The name of the load balancer.AddTagsRequest.withLoadBalancerNames(Collection<String> loadBalancerNames) The name of the load balancer.The tags.AddTagsRequest.withTags(Collection<Tag> tags) The tags.