| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray |
Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created
by processing those traces.
|
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
XRayClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
|
default ListTagsForResourceResponse |
XRayClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
|
default ListTagsForResourceIterable |
XRayClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
|
default ListTagsForResourceIterable |
XRayClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
|
default TagResourceResponse |
XRayClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.
|
default TagResourceResponse |
XRayClient.tagResource(TagResourceRequest tagResourceRequest)
Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.
|
default UntagResourceResponse |
XRayClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from an Amazon Web Services X-Ray group or sampling rule.
|
default UntagResourceResponse |
XRayClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from an Amazon Web Services X-Ray group or sampling rule.
|
Copyright © 2023. All rights reserved.