| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagDescription.getTags()
Information about the tags.
|
List<Tag> |
CreateTrustStoreRequest.getTags()
The tags to assign to the trust store.
|
List<Tag> |
CreateTargetGroupRequest.getTags()
The tags to assign to the target group.
|
List<Tag> |
CreateRuleRequest.getTags()
The tags to assign to the rule.
|
List<Tag> |
CreateLoadBalancerRequest.getTags()
The tags to assign to the load balancer.
|
List<Tag> |
AddTagsRequest.getTags()
The tags.
|
List<Tag> |
CreateListenerRequest.getTags()
The tags to assign to the listener.
|
| Modifier and Type | Method and Description |
|---|---|
TagDescription |
TagDescription.withTags(Tag... tags)
Information about the tags.
|
CreateTrustStoreRequest |
CreateTrustStoreRequest.withTags(Tag... tags)
The tags to assign to the trust store.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withTags(Tag... tags)
The tags to assign to the target group.
|
CreateRuleRequest |
CreateRuleRequest.withTags(Tag... tags)
The tags to assign to the rule.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withTags(Tag... tags)
The tags to assign to the load balancer.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags.
|
CreateListenerRequest |
CreateListenerRequest.withTags(Tag... tags)
The tags to assign to the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagDescription.setTags(Collection<Tag> tags)
Information about the tags.
|
void |
CreateTrustStoreRequest.setTags(Collection<Tag> tags)
The tags to assign to the trust store.
|
void |
CreateTargetGroupRequest.setTags(Collection<Tag> tags)
The tags to assign to the target group.
|
void |
CreateRuleRequest.setTags(Collection<Tag> tags)
The tags to assign to the rule.
|
void |
CreateLoadBalancerRequest.setTags(Collection<Tag> tags)
The tags to assign to the load balancer.
|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
The tags.
|
void |
CreateListenerRequest.setTags(Collection<Tag> tags)
The tags to assign to the listener.
|
TagDescription |
TagDescription.withTags(Collection<Tag> tags)
Information about the tags.
|
CreateTrustStoreRequest |
CreateTrustStoreRequest.withTags(Collection<Tag> tags)
The tags to assign to the trust store.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withTags(Collection<Tag> tags)
The tags to assign to the target group.
|
CreateRuleRequest |
CreateRuleRequest.withTags(Collection<Tag> tags)
The tags to assign to the rule.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withTags(Collection<Tag> tags)
The tags to assign to the load balancer.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The tags.
|
CreateListenerRequest |
CreateListenerRequest.withTags(Collection<Tag> tags)
The tags to assign to the listener.
|
Copyright © 2024. All rights reserved.