| Package | Description |
|---|---|
| com.amazonaws.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAmazonTranscribe.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AmazonTranscribe.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
ListTagsForResourceResult |
AmazonTranscribeClient.listTagsForResource(ListTagsForResourceRequest request)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonTranscribeAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonTranscribeAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all tags associated with the specified transcription job, vocabulary, model, or resource.
|
Future<ListTagsForResourceResult> |
AmazonTranscribeAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) specified in your request.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
|
Copyright © 2022. All rights reserved.