Uses of Class
software.amazon.awssdk.services.transcribe.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 ListTagsForResourceRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>TranscribeAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-