Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTagsRequest
-
Packages that use AddTagsRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of AddTagsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type AddTagsRequest Modifier and Type Method Description default CompletableFuture<AddTagsResponse>ElasticLoadBalancingV2AsyncClient. addTags(AddTagsRequest 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. -
Uses of AddTagsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type AddTagsRequest Modifier and Type Method Description SdkHttpFullRequestAddTagsRequestMarshaller. marshall(AddTagsRequest addTagsRequest)
-