Uses of Class
software.amazon.awssdk.services.frauddetector.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseFraudDetectorClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseFraudDetectorClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>FraudDetectorAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>FraudDetectorAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-