Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AddTagsResponse
-
Packages that use AddTagsResponse Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing -
-
Uses of AddTagsResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return AddTagsResponse Modifier and Type Method Description default AddTagsResponseElasticLoadBalancingClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds the specified tags to the specified load balancer.default AddTagsResponseElasticLoadBalancingClient. addTags(AddTagsRequest addTagsRequest)Adds the specified tags to the specified load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing that return types with arguments of type AddTagsResponse Modifier and Type Method Description default CompletableFuture<AddTagsResponse>ElasticLoadBalancingAsyncClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds the specified tags to the specified load balancer.default CompletableFuture<AddTagsResponse>ElasticLoadBalancingAsyncClient. addTags(AddTagsRequest addTagsRequest)Adds the specified tags to the specified load balancer.
-