Uses of Class
software.amazon.awssdk.services.rekognition.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.rekognition.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RekognitionAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-