Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of Tag in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. tags()The tags.List<Tag>CreateLoadBalancerRequest. tags()A list of tags to assign to the load balancer.List<Tag>TagDescription. tags()The tags.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Tag... tags)The tags.CreateLoadBalancerRequest.BuilderCreateLoadBalancerRequest.Builder. tags(Tag... tags)A list of tags to assign to the load balancer.TagDescription.BuilderTagDescription.Builder. tags(Tag... tags)The tags.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Collection<Tag> tags)The tags.CreateLoadBalancerRequest.BuilderCreateLoadBalancerRequest.Builder. tags(Collection<Tag> tags)A list of tags to assign to the load balancer.TagDescription.BuilderTagDescription.Builder. tags(Collection<Tag> tags)The tags.
-