Uses of Class
software.amazon.awssdk.services.transcribe.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseTranscribeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Transcribe resource.default UntagResourceResponseTranscribeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Transcribe resource.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TranscribeAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Transcribe resource.default CompletableFuture<UntagResourceResponse>TranscribeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Transcribe resource.
-