Uses of Class
software.amazon.awssdk.services.transcribe.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>TranscribeAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-