Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TagDescription> |
DescribeTagsResult.tagDescriptions
Information about the tags.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescription.clone() |
TagDescription |
TagDescription.withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
TagDescription |
TagDescription.withTags(java.util.Collection<Tag> tags)
The tags.
|
TagDescription |
TagDescription.withTags(Tag... tags)
The tags.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResult |
DescribeTagsResult.withTagDescriptions(java.util.Collection<TagDescription> tagDescriptions)
Information about the tags.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |