| 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.model |
| 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 CompletableFuture<ListTagsForResourceResponse> |
XRayAsyncClient.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 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 ListTagsForResourcePublisher |
XRayAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.builder() |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.nextToken(String nextToken)
A pagination token.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.resourceARN(String resourceARN)
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceRequest.Builder> |
ListTagsForResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.