Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTagsResponse
-
Packages that use AddTagsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of AddTagsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return AddTagsResponse Modifier and Type Method Description default 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 AddTagsResponse Modifier and Type Method Description default 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.
-