Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AddTagsResponse
Packages that use AddTagsResponse
-
Uses of AddTagsResponse in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing that return AddTagsResponseModifier and TypeMethodDescriptiondefault 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 AddTagsResponseModifier and TypeMethodDescriptiondefault 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.