Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AddTagsRequest
Packages that use AddTagsRequest
Package
Description
-
Uses of AddTagsRequest in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing with parameters of type AddTagsRequestModifier and TypeMethodDescriptiondefault 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 AddTagsRequestModifier and TypeMethodDescriptionAddTagsRequestMarshaller.marshall(AddTagsRequest addTagsRequest)