| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.builder() |
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.nextToken(String nextToken)
A pagination token.
|
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.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
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.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceResponse.Builder> |
ListTagsForResourceResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.