Uses of Class
software.amazon.awssdk.services.transcribe.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseTranscribeClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with the specified transcription job, vocabulary, model, or resource.default ListTagsForResourceResponseTranscribeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with the specified transcription job, vocabulary, model, or resource.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>TranscribeAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with the specified transcription job, vocabulary, model, or resource.default CompletableFuture<ListTagsForResourceResponse>TranscribeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
-