| 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.
|
| software.amazon.awssdk.services.xray.paginators | |
| software.amazon.awssdk.services.xray.transform |
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<ListTagsForResourceResponse> |
XRayAsyncClient.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(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
|
default ListTagsForResourcePublisher |
XRayAsyncClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.
|
| Constructor and Description |
|---|
ListTagsForResourceIterable(XRayClient client,
ListTagsForResourceRequest firstRequest) |
ListTagsForResourcePublisher(XRayAsyncClient client,
ListTagsForResourceRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTagsForResourceRequestMarshaller.marshall(ListTagsForResourceRequest listTagsForResourceRequest) |
Copyright © 2023. All rights reserved.