| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateListenerRequest.tags()
The tags to assign to the listener.
|
List<Tag> |
CreateLoadBalancerRequest.tags()
The tags to assign to the load balancer.
|
List<Tag> |
TagDescription.tags()
Information about the tags.
|
List<Tag> |
CreateRuleRequest.tags()
The tags to assign to the rule.
|
List<Tag> |
CreateTargetGroupRequest.tags()
The tags to assign to the target group.
|
List<Tag> |
AddTagsRequest.tags()
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.tags(Tag... tags)
The tags to assign to the listener.
|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.tags(Tag... tags)
The tags to assign to the load balancer.
|
TagDescription.Builder |
TagDescription.Builder.tags(Tag... tags)
Information about the tags.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.tags(Tag... tags)
The tags to assign to the rule.
|
CreateTargetGroupRequest.Builder |
CreateTargetGroupRequest.Builder.tags(Tag... tags)
The tags to assign to the target group.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Tag... tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.tags(Collection<Tag> tags)
The tags to assign to the listener.
|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.tags(Collection<Tag> tags)
The tags to assign to the load balancer.
|
TagDescription.Builder |
TagDescription.Builder.tags(Collection<Tag> tags)
Information about the tags.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.tags(Collection<Tag> tags)
The tags to assign to the rule.
|
CreateTargetGroupRequest.Builder |
CreateTargetGroupRequest.Builder.tags(Collection<Tag> tags)
The tags to assign to the target group.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Collection<Tag> tags)
The tags.
|
Copyright © 2022. All rights reserved.