Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTagsResponse
Packages that use AddTagsResponse
-
Uses of AddTagsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return AddTagsResponseModifier and TypeMethodDescriptiondefault AddTagsResponseElasticLoadBalancingV2Client.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.default AddTagsResponseElasticLoadBalancingV2Client.addTags(AddTagsRequest addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type AddTagsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<AddTagsResponse>ElasticLoadBalancingV2AsyncClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.default CompletableFuture<AddTagsResponse>ElasticLoadBalancingV2AsyncClient.addTags(AddTagsRequest addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.