Uses of Class
software.amazon.awssdk.services.transcribe.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TranscribeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.default TagResourceResponseTranscribeClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-