| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model | |
| software.amazon.awssdk.services.xray.paginators |
| Modifier and Type | Method and Description |
|---|---|
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> |
CreateGroupRequest.tags()
A map that contains one or more tag keys and tag values to attach to an X-Ray group.
|
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> |
CreateSamplingRuleRequest.tags()
A map that contains one or more tag keys and tag values to attach to an X-Ray sampling rule.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.