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