Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.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> |
AddTagsRequest.getTags()
The tags.
|
List<Tag> |
TagDescription.getTags()
The tags.
|
List<Tag> |
CreateLoadBalancerRequest.getTags()
A list of tags to assign to the load balancer.
|
Modifier and Type | Method and Description |
---|---|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags.
|
TagDescription |
TagDescription.withTags(Tag... tags)
The tags.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withTags(Tag... tags)
A list of tags to assign to the load balancer.
|
Modifier and Type | Method and Description |
---|---|
void |
AddTagsRequest.setTags(Collection<Tag> tags)
The tags.
|
void |
TagDescription.setTags(Collection<Tag> tags)
The tags.
|
void |
CreateLoadBalancerRequest.setTags(Collection<Tag> tags)
A list of tags to assign to the load balancer.
|
AddTagsRequest |
AddTagsRequest.withTags(Collection<Tag> tags)
The tags.
|
TagDescription |
TagDescription.withTags(Collection<Tag> tags)
The tags.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withTags(Collection<Tag> tags)
A list of tags to assign to the load balancer.
|
Copyright © 2018. All rights reserved.