| Package | Description |
|---|---|
| com.amazonaws.services.translate |
Provides translation of the input content from the source language to the target language.
|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
StopTextTranslationJobResult |
AmazonTranslateClient.stopTextTranslationJob(StopTextTranslationJobRequest request)
Stops an asynchronous batch translation job that is in progress.
|
StopTextTranslationJobResult |
AmazonTranslate.stopTextTranslationJob(StopTextTranslationJobRequest stopTextTranslationJobRequest)
Stops an asynchronous batch translation job that is in progress.
|
StopTextTranslationJobResult |
AbstractAmazonTranslate.stopTextTranslationJob(StopTextTranslationJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopTextTranslationJobResult> |
AmazonTranslateAsyncClient.stopTextTranslationJobAsync(StopTextTranslationJobRequest request,
AsyncHandler<StopTextTranslationJobRequest,StopTextTranslationJobResult> asyncHandler) |
Future<StopTextTranslationJobResult> |
AbstractAmazonTranslateAsync.stopTextTranslationJobAsync(StopTextTranslationJobRequest request,
AsyncHandler<StopTextTranslationJobRequest,StopTextTranslationJobResult> asyncHandler) |
Future<StopTextTranslationJobResult> |
AmazonTranslateAsync.stopTextTranslationJobAsync(StopTextTranslationJobRequest stopTextTranslationJobRequest,
AsyncHandler<StopTextTranslationJobRequest,StopTextTranslationJobResult> asyncHandler)
Stops an asynchronous batch translation job that is in progress.
|
| Modifier and Type | Method and Description |
|---|---|
StopTextTranslationJobResult |
StopTextTranslationJobResult.clone() |
StopTextTranslationJobResult |
StopTextTranslationJobResult.withJobId(String jobId)
The job ID of the stopped batch translation job.
|
StopTextTranslationJobResult |
StopTextTranslationJobResult.withJobStatus(JobStatus jobStatus)
The status of the designated job.
|
StopTextTranslationJobResult |
StopTextTranslationJobResult.withJobStatus(String jobStatus)
The status of the designated job.
|
Copyright © 2024. All rights reserved.