Uses of Class
software.amazon.awssdk.services.xray.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseXRayClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from an Amazon Web Services X-Ray group or sampling rule.default UntagResourceResponseXRayClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an Amazon Web Services X-Ray group or sampling rule.Methods in software.amazon.awssdk.services.xray that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>XRayAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from an Amazon Web Services X-Ray group or sampling rule.default CompletableFuture<UntagResourceResponse>XRayAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an Amazon Web Services X-Ray group or sampling rule.
-