Uses of Class
software.amazon.awssdk.services.transcribe.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseTranscribeClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TranscribeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.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.
-