Uses of Class
software.amazon.awssdk.services.rekognition.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseRekognitionClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.default UntagResourceResponseRekognitionClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RekognitionAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.default CompletableFuture<UntagResourceResponse>RekognitionAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.
-