Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescription.clone() |
TagDescription |
TagDescription.withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
TagDescription |
TagDescription.withTags(Collection<Tag> tags)
The tags.
|
TagDescription |
TagDescription.withTags(Tag... tags)
The tags.
|
Modifier and Type | Method and Description |
---|---|
List<TagDescription> |
DescribeTagsResult.getTagDescriptions()
Information about the tags.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.withTagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsResult.setTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
DescribeTagsResult.withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
Copyright © 2018. All rights reserved.