Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
TagDescription.tags
The tags.
|
private SdkInternalList<Tag> |
CreateLoadBalancerRequest.tags
A list of tags to assign to the load balancer.
|
private SdkInternalList<Tag> |
AddTagsRequest.tags
The tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key of the tag.
|
Tag |
Tag.withValue(java.lang.String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
TagDescription.getTags()
The tags.
|
java.util.List<Tag> |
CreateLoadBalancerRequest.getTags()
A list of tags to assign to the load balancer.
|
java.util.List<Tag> |
AddTagsRequest.getTags()
The tags.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescription.withTags(Tag... tags)
The tags.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withTags(Tag... tags)
A list of tags to assign to the load balancer.
|
AddTagsRequest |
AddTagsRequest.withTags(Tag... tags)
The tags.
|
Modifier and Type | Method and Description |
---|---|
void |
TagDescription.setTags(java.util.Collection<Tag> tags)
The tags.
|
void |
CreateLoadBalancerRequest.setTags(java.util.Collection<Tag> tags)
A list of tags to assign to the load balancer.
|
void |
AddTagsRequest.setTags(java.util.Collection<Tag> tags)
The tags.
|
TagDescription |
TagDescription.withTags(java.util.Collection<Tag> tags)
The tags.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withTags(java.util.Collection<Tag> tags)
A list of tags to assign to the load balancer.
|
AddTagsRequest |
AddTagsRequest.withTags(java.util.Collection<Tag> tags)
The tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |