| Package | Description |
|---|---|
| com.amazonaws.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key) |
Tag |
Tag.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateGroupRequest.getTags() |
List<Tag> |
TagResourceRequest.getTags() |
List<Tag> |
CreateSamplingRuleRequest.getTags() |
List<Tag> |
ListTagsForResourceResult.getTags() |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest |
CreateGroupRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateSamplingRuleRequest |
CreateSamplingRuleRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGroupRequest.setTags(Collection<Tag> tags) |
void |
TagResourceRequest.setTags(Collection<Tag> tags) |
void |
CreateSamplingRuleRequest.setTags(Collection<Tag> tags) |
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags) |
CreateGroupRequest |
CreateGroupRequest.withTags(Collection<Tag> tags) |
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags) |
CreateSamplingRuleRequest |
CreateSamplingRuleRequest.withTags(Collection<Tag> tags) |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags) |
Copyright © 2020. All rights reserved.