| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tags()
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
List<Tag> |
TagResourceRequest.tags()
A map that contains one or more tag keys and tag values to attach to an X-Ray group or sampling rule.
|
List<Tag> |
CreateSamplingRuleRequest.tags()
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.
|
List<Tag> |
CreateGroupRequest.tags()
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group or sampling rule.
|
CreateSamplingRuleRequest.Builder |
CreateSamplingRuleRequest.Builder.tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Tag... tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group or sampling rule.
|
CreateSamplingRuleRequest.Builder |
CreateSamplingRuleRequest.Builder.tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.tags(Collection<Tag> tags)
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
Copyright © 2022. All rights reserved.