Uses of Class
software.amazon.awssdk.services.xray.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseXRayClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.default TagResourceResponseXRayClient. tagResource(TagResourceRequest tagResourceRequest)Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.Methods in software.amazon.awssdk.services.xray that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>XRayAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.default CompletableFuture<TagResourceResponse>XRayAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.
-