public class AmazonTranslateAsyncClient extends AmazonTranslateClient implements AmazonTranslateAsync
Provides translation between one source language and another of the same set of languages.
LOGGING_AWS_REQUEST_METRIC| Constructor and Description |
|---|
AmazonTranslateAsyncClient()
Deprecated.
|
AmazonTranslateAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials.
|
AmazonTranslateAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonTranslateAsyncClient(AWSCredentials awsCredentials,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials and executor
service.
|
AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials provider.
|
AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials provider and client
configuration options.
|
AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials provider, executor
service, and client configuration options.
|
AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
java.util.concurrent.ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Translate using the specified AWS account credentials provider and
executor service.
|
AmazonTranslateAsyncClient(ClientConfiguration clientConfiguration)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<CreateParallelDataResult> |
createParallelDataAsync(CreateParallelDataRequest createParallelDataRequest)
Creates a parallel data resource in Amazon Translate by importing an
input file from Amazon S3.
|
java.util.concurrent.Future<CreateParallelDataResult> |
createParallelDataAsync(CreateParallelDataRequest createParallelDataRequest,
AsyncHandler<CreateParallelDataRequest,CreateParallelDataResult> asyncHandler)
Creates a parallel data resource in Amazon Translate by importing an
input file from Amazon S3.
|
java.util.concurrent.Future<DeleteParallelDataResult> |
deleteParallelDataAsync(DeleteParallelDataRequest deleteParallelDataRequest)
Deletes a parallel data resource in Amazon Translate.
|
java.util.concurrent.Future<DeleteParallelDataResult> |
deleteParallelDataAsync(DeleteParallelDataRequest deleteParallelDataRequest,
AsyncHandler<DeleteParallelDataRequest,DeleteParallelDataResult> asyncHandler)
Deletes a parallel data resource in Amazon Translate.
|
java.util.concurrent.Future<java.lang.Void> |
deleteTerminologyAsync(DeleteTerminologyRequest deleteTerminologyRequest)
A synchronous action that deletes a custom terminology.
|
java.util.concurrent.Future<java.lang.Void> |
deleteTerminologyAsync(DeleteTerminologyRequest deleteTerminologyRequest,
AsyncHandler<DeleteTerminologyRequest,java.lang.Void> asyncHandler)
A synchronous action that deletes a custom terminology.
|
java.util.concurrent.Future<DescribeTextTranslationJobResult> |
describeTextTranslationJobAsync(DescribeTextTranslationJobRequest describeTextTranslationJobRequest)
Gets the properties associated with an asycnhronous batch translation job
including name, ID, status, source and target languages, input/output S3
buckets, and so on.
|
java.util.concurrent.Future<DescribeTextTranslationJobResult> |
describeTextTranslationJobAsync(DescribeTextTranslationJobRequest describeTextTranslationJobRequest,
AsyncHandler<DescribeTextTranslationJobRequest,DescribeTextTranslationJobResult> asyncHandler)
Gets the properties associated with an asycnhronous batch translation job
including name, ID, status, source and target languages, input/output S3
buckets, and so on.
|
java.util.concurrent.ExecutorService |
getExecutorService()
Returns the executor service used by this async client to execute
requests.
|
java.util.concurrent.Future<GetParallelDataResult> |
getParallelDataAsync(GetParallelDataRequest getParallelDataRequest)
Provides information about a parallel data resource.
|
java.util.concurrent.Future<GetParallelDataResult> |
getParallelDataAsync(GetParallelDataRequest getParallelDataRequest,
AsyncHandler<GetParallelDataRequest,GetParallelDataResult> asyncHandler)
Provides information about a parallel data resource.
|
java.util.concurrent.Future<GetTerminologyResult> |
getTerminologyAsync(GetTerminologyRequest getTerminologyRequest)
Retrieves a custom terminology.
|
java.util.concurrent.Future<GetTerminologyResult> |
getTerminologyAsync(GetTerminologyRequest getTerminologyRequest,
AsyncHandler<GetTerminologyRequest,GetTerminologyResult> asyncHandler)
Retrieves a custom terminology.
|
java.util.concurrent.Future<ImportTerminologyResult> |
importTerminologyAsync(ImportTerminologyRequest importTerminologyRequest)
Creates or updates a custom terminology, depending on whether or not one
already exists for the given terminology name.
|
java.util.concurrent.Future<ImportTerminologyResult> |
importTerminologyAsync(ImportTerminologyRequest importTerminologyRequest,
AsyncHandler<ImportTerminologyRequest,ImportTerminologyResult> asyncHandler)
Creates or updates a custom terminology, depending on whether or not one
already exists for the given terminology name.
|
java.util.concurrent.Future<ListParallelDataResult> |
listParallelDataAsync(ListParallelDataRequest listParallelDataRequest)
Provides a list of your parallel data resources in Amazon Translate.
|
java.util.concurrent.Future<ListParallelDataResult> |
listParallelDataAsync(ListParallelDataRequest listParallelDataRequest,
AsyncHandler<ListParallelDataRequest,ListParallelDataResult> asyncHandler)
Provides a list of your parallel data resources in Amazon Translate.
|
java.util.concurrent.Future<ListTerminologiesResult> |
listTerminologiesAsync(ListTerminologiesRequest listTerminologiesRequest)
Provides a list of custom terminologies associated with your account.
|
java.util.concurrent.Future<ListTerminologiesResult> |
listTerminologiesAsync(ListTerminologiesRequest listTerminologiesRequest,
AsyncHandler<ListTerminologiesRequest,ListTerminologiesResult> asyncHandler)
Provides a list of custom terminologies associated with your account.
|
java.util.concurrent.Future<ListTextTranslationJobsResult> |
listTextTranslationJobsAsync(ListTextTranslationJobsRequest listTextTranslationJobsRequest)
Gets a list of the batch translation jobs that you have submitted.
|
java.util.concurrent.Future<ListTextTranslationJobsResult> |
listTextTranslationJobsAsync(ListTextTranslationJobsRequest listTextTranslationJobsRequest,
AsyncHandler<ListTextTranslationJobsRequest,ListTextTranslationJobsResult> asyncHandler)
Gets a list of the batch translation jobs that you have submitted.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
java.util.concurrent.Future<StartTextTranslationJobResult> |
startTextTranslationJobAsync(StartTextTranslationJobRequest startTextTranslationJobRequest)
Starts an asynchronous batch translation job.
|
java.util.concurrent.Future<StartTextTranslationJobResult> |
startTextTranslationJobAsync(StartTextTranslationJobRequest startTextTranslationJobRequest,
AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler)
Starts an asynchronous batch translation job.
|
java.util.concurrent.Future<StopTextTranslationJobResult> |
stopTextTranslationJobAsync(StopTextTranslationJobRequest stopTextTranslationJobRequest)
Stops an asynchronous batch translation job that is in progress.
|
java.util.concurrent.Future<StopTextTranslationJobResult> |
stopTextTranslationJobAsync(StopTextTranslationJobRequest stopTextTranslationJobRequest,
AsyncHandler<StopTextTranslationJobRequest,StopTextTranslationJobResult> asyncHandler)
Stops an asynchronous batch translation job that is in progress.
|
java.util.concurrent.Future<TranslateTextResult> |
translateTextAsync(TranslateTextRequest translateTextRequest)
Translates input text from the source language to the target language.
|
java.util.concurrent.Future<TranslateTextResult> |
translateTextAsync(TranslateTextRequest translateTextRequest,
AsyncHandler<TranslateTextRequest,TranslateTextResult> asyncHandler)
Translates input text from the source language to the target language.
|
java.util.concurrent.Future<UpdateParallelDataResult> |
updateParallelDataAsync(UpdateParallelDataRequest updateParallelDataRequest)
Updates a previously created parallel data resource by importing a new
input file from Amazon S3.
|
java.util.concurrent.Future<UpdateParallelDataResult> |
updateParallelDataAsync(UpdateParallelDataRequest updateParallelDataRequest,
AsyncHandler<UpdateParallelDataRequest,UpdateParallelDataResult> asyncHandler)
Updates a previously created parallel data resource by importing a new
input file from Amazon S3.
|
createParallelData, deleteParallelData, deleteTerminology, describeTextTranslationJob, getCachedResponseMetadata, getParallelData, getTerminology, importTerminology, listParallelData, listTerminologies, listTextTranslationJobs, startTextTranslationJob, stopTextTranslationJob, translateText, updateParallelDataaddRequestHandler, addRequestHandler, getEndpoint, getEndpointPrefix, getRegions, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerRegionOverride, getTimeOffset, removeRequestHandler, removeRequestHandler, setConfiguration, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateParallelData, deleteParallelData, deleteTerminology, describeTextTranslationJob, getCachedResponseMetadata, getParallelData, getTerminology, importTerminology, listParallelData, listTerminologies, listTextTranslationJobs, setEndpoint, setRegion, startTextTranslationJob, stopTextTranslationJob, translateText, updateParallelData@Deprecated public AmazonTranslateAsyncClient()
All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProviderChain@Deprecated public AmazonTranslateAsyncClient(ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration - The client configuration options controlling
how this client connects to Amazon Translate (ex: proxy
settings, retry counts, etc.).DefaultAWSCredentialsProviderChainpublic AmazonTranslateAsyncClient(AWSCredentials awsCredentials)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key)
to use when authenticating with AWS services.public AmazonTranslateAsyncClient(AWSCredentials awsCredentials, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key)
to use when authenticating with AWS services.executorService - The executor service by which all asynchronous
requests will be executed.public AmazonTranslateAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key)
to use when authenticating with AWS services.clientConfiguration - Client configuration options (ex: max retry
limit, proxy settings, etc).executorService - The executor service by which all asynchronous
requests will be executed.public AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.public AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.executorService - The executor service by which all asynchronous
requests will be executed.public AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.clientConfiguration - Client configuration options (ex: max retry
limit, proxy settings, etc).public AmazonTranslateAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, java.util.concurrent.ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will
provide credentials to authenticate requests with AWS
services.clientConfiguration - Client configuration options (ex: max retry
limit, proxy settings, etc).executorService - The executor service by which all asynchronous
requests will be executed.public java.util.concurrent.ExecutorService getExecutorService()
public void shutdown()
shutdown in interface AmazonTranslateshutdown in class AmazonWebServiceClientpublic java.util.concurrent.Future<CreateParallelDataResult> createParallelDataAsync(CreateParallelDataRequest createParallelDataRequest) throws AmazonServiceException, AmazonClientException
Creates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples of source phrases and their translations from your translation memory. By adding parallel data, you can influence the style, tone, and word choice in your translation output.
createParallelDataAsync in interface AmazonTranslateAsynccreateParallelDataRequest - InvalidParameterValueExceptionInvalidRequestExceptionLimitExceededExceptionTooManyRequestsExceptionConflictExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<CreateParallelDataResult> createParallelDataAsync(CreateParallelDataRequest createParallelDataRequest, AsyncHandler<CreateParallelDataRequest,CreateParallelDataResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples of source phrases and their translations from your translation memory. By adding parallel data, you can influence the style, tone, and word choice in your translation output.
createParallelDataAsync in interface AmazonTranslateAsynccreateParallelDataRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.InvalidParameterValueExceptionInvalidRequestExceptionLimitExceededExceptionTooManyRequestsExceptionConflictExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<DeleteParallelDataResult> deleteParallelDataAsync(DeleteParallelDataRequest deleteParallelDataRequest) throws AmazonServiceException, AmazonClientException
Deletes a parallel data resource in Amazon Translate.
deleteParallelDataAsync in interface AmazonTranslateAsyncdeleteParallelDataRequest - ConcurrentModificationExceptionResourceNotFoundExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<DeleteParallelDataResult> deleteParallelDataAsync(DeleteParallelDataRequest deleteParallelDataRequest, AsyncHandler<DeleteParallelDataRequest,DeleteParallelDataResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a parallel data resource in Amazon Translate.
deleteParallelDataAsync in interface AmazonTranslateAsyncdeleteParallelDataRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ConcurrentModificationExceptionResourceNotFoundExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<java.lang.Void> deleteTerminologyAsync(DeleteTerminologyRequest deleteTerminologyRequest) throws AmazonServiceException, AmazonClientException
A synchronous action that deletes a custom terminology.
deleteTerminologyAsync in interface AmazonTranslateAsyncdeleteTerminologyRequest - ResourceNotFoundExceptionTooManyRequestsExceptionInvalidParameterValueExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<java.lang.Void> deleteTerminologyAsync(DeleteTerminologyRequest deleteTerminologyRequest, AsyncHandler<DeleteTerminologyRequest,java.lang.Void> asyncHandler) throws AmazonServiceException, AmazonClientException
A synchronous action that deletes a custom terminology.
deleteTerminologyAsync in interface AmazonTranslateAsyncdeleteTerminologyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ResourceNotFoundExceptionTooManyRequestsExceptionInvalidParameterValueExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<DescribeTextTranslationJobResult> describeTextTranslationJobAsync(DescribeTextTranslationJobRequest describeTextTranslationJobRequest) throws AmazonServiceException, AmazonClientException
Gets the properties associated with an asycnhronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.
describeTextTranslationJobAsync in interface AmazonTranslateAsyncdescribeTextTranslationJobRequest - ResourceNotFoundExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<DescribeTextTranslationJobResult> describeTextTranslationJobAsync(DescribeTextTranslationJobRequest describeTextTranslationJobRequest, AsyncHandler<DescribeTextTranslationJobRequest,DescribeTextTranslationJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets the properties associated with an asycnhronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.
describeTextTranslationJobAsync in interface AmazonTranslateAsyncdescribeTextTranslationJobRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ResourceNotFoundExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<GetParallelDataResult> getParallelDataAsync(GetParallelDataRequest getParallelDataRequest) throws AmazonServiceException, AmazonClientException
Provides information about a parallel data resource.
getParallelDataAsync in interface AmazonTranslateAsyncgetParallelDataRequest - ResourceNotFoundExceptionInvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<GetParallelDataResult> getParallelDataAsync(GetParallelDataRequest getParallelDataRequest, AsyncHandler<GetParallelDataRequest,GetParallelDataResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Provides information about a parallel data resource.
getParallelDataAsync in interface AmazonTranslateAsyncgetParallelDataRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ResourceNotFoundExceptionInvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<GetTerminologyResult> getTerminologyAsync(GetTerminologyRequest getTerminologyRequest) throws AmazonServiceException, AmazonClientException
Retrieves a custom terminology.
getTerminologyAsync in interface AmazonTranslateAsyncgetTerminologyRequest - ResourceNotFoundExceptionInvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<GetTerminologyResult> getTerminologyAsync(GetTerminologyRequest getTerminologyRequest, AsyncHandler<GetTerminologyRequest,GetTerminologyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Retrieves a custom terminology.
getTerminologyAsync in interface AmazonTranslateAsyncgetTerminologyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ResourceNotFoundExceptionInvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ImportTerminologyResult> importTerminologyAsync(ImportTerminologyRequest importTerminologyRequest) throws AmazonServiceException, AmazonClientException
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. Currently, the only supported merge strategy is OVERWRITE, and so the imported terminology will overwrite an existing terminology of the same name.
If you import a terminology that overwrites an existing one, the new terminology take up to 10 minutes to fully propagate and be available for use in a translation due to cache policies with the DataPlane service that performs the translations.
importTerminologyAsync in interface AmazonTranslateAsyncimportTerminologyRequest - InvalidParameterValueExceptionLimitExceededExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ImportTerminologyResult> importTerminologyAsync(ImportTerminologyRequest importTerminologyRequest, AsyncHandler<ImportTerminologyRequest,ImportTerminologyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. Currently, the only supported merge strategy is OVERWRITE, and so the imported terminology will overwrite an existing terminology of the same name.
If you import a terminology that overwrites an existing one, the new terminology take up to 10 minutes to fully propagate and be available for use in a translation due to cache policies with the DataPlane service that performs the translations.
importTerminologyAsync in interface AmazonTranslateAsyncimportTerminologyRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.InvalidParameterValueExceptionLimitExceededExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ListParallelDataResult> listParallelDataAsync(ListParallelDataRequest listParallelDataRequest) throws AmazonServiceException, AmazonClientException
Provides a list of your parallel data resources in Amazon Translate.
listParallelDataAsync in interface AmazonTranslateAsynclistParallelDataRequest - InvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ListParallelDataResult> listParallelDataAsync(ListParallelDataRequest listParallelDataRequest, AsyncHandler<ListParallelDataRequest,ListParallelDataResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Provides a list of your parallel data resources in Amazon Translate.
listParallelDataAsync in interface AmazonTranslateAsynclistParallelDataRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.InvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ListTerminologiesResult> listTerminologiesAsync(ListTerminologiesRequest listTerminologiesRequest) throws AmazonServiceException, AmazonClientException
Provides a list of custom terminologies associated with your account.
listTerminologiesAsync in interface AmazonTranslateAsynclistTerminologiesRequest - InvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ListTerminologiesResult> listTerminologiesAsync(ListTerminologiesRequest listTerminologiesRequest, AsyncHandler<ListTerminologiesRequest,ListTerminologiesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Provides a list of custom terminologies associated with your account.
listTerminologiesAsync in interface AmazonTranslateAsynclistTerminologiesRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.InvalidParameterValueExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ListTextTranslationJobsResult> listTextTranslationJobsAsync(ListTextTranslationJobsRequest listTextTranslationJobsRequest) throws AmazonServiceException, AmazonClientException
Gets a list of the batch translation jobs that you have submitted.
listTextTranslationJobsAsync in interface AmazonTranslateAsynclistTextTranslationJobsRequest - InvalidRequestExceptionTooManyRequestsExceptionInvalidFilterExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<ListTextTranslationJobsResult> listTextTranslationJobsAsync(ListTextTranslationJobsRequest listTextTranslationJobsRequest, AsyncHandler<ListTextTranslationJobsRequest,ListTextTranslationJobsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Gets a list of the batch translation jobs that you have submitted.
listTextTranslationJobsAsync in interface AmazonTranslateAsynclistTextTranslationJobsRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.InvalidRequestExceptionTooManyRequestsExceptionInvalidFilterExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<StartTextTranslationJobResult> startTextTranslationJobAsync(StartTextTranslationJobRequest startTextTranslationJobRequest) throws AmazonServiceException, AmazonClientException
Starts an asynchronous batch translation job. Batch translation jobs can be used to translate large volumes of text across multiple documents at once. For more information, see async.
Batch translation jobs can be described with the DescribeTextTranslationJob operation, listed with the ListTextTranslationJobs operation, and stopped with the StopTextTranslationJob operation.
Amazon Translate does not support batch translation of multiple source languages at once.
startTextTranslationJobAsync in interface AmazonTranslateAsyncstartTextTranslationJobRequest - TooManyRequestsExceptionUnsupportedLanguagePairExceptionInvalidRequestExceptionResourceNotFoundExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<StartTextTranslationJobResult> startTextTranslationJobAsync(StartTextTranslationJobRequest startTextTranslationJobRequest, AsyncHandler<StartTextTranslationJobRequest,StartTextTranslationJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Starts an asynchronous batch translation job. Batch translation jobs can be used to translate large volumes of text across multiple documents at once. For more information, see async.
Batch translation jobs can be described with the DescribeTextTranslationJob operation, listed with the ListTextTranslationJobs operation, and stopped with the StopTextTranslationJob operation.
Amazon Translate does not support batch translation of multiple source languages at once.
startTextTranslationJobAsync in interface AmazonTranslateAsyncstartTextTranslationJobRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.TooManyRequestsExceptionUnsupportedLanguagePairExceptionInvalidRequestExceptionResourceNotFoundExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<StopTextTranslationJobResult> stopTextTranslationJobAsync(StopTextTranslationJobRequest stopTextTranslationJobRequest) throws AmazonServiceException, AmazonClientException
Stops an asynchronous batch translation job that is in progress.
If the job's state is IN_PROGRESS, the job will be marked
for termination and put into the STOP_REQUESTED state. If
the job completes before it can be stopped, it is put into the
COMPLETED state. Otherwise, the job is put into the
STOPPED state.
Asynchronous batch translation jobs are started with the
StartTextTranslationJob operation. You can use the
DescribeTextTranslationJob or ListTextTranslationJobs
operations to get a batch translation job's JobId.
stopTextTranslationJobAsync in interface AmazonTranslateAsyncstopTextTranslationJobRequest - ResourceNotFoundExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<StopTextTranslationJobResult> stopTextTranslationJobAsync(StopTextTranslationJobRequest stopTextTranslationJobRequest, AsyncHandler<StopTextTranslationJobRequest,StopTextTranslationJobResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Stops an asynchronous batch translation job that is in progress.
If the job's state is IN_PROGRESS, the job will be marked
for termination and put into the STOP_REQUESTED state. If
the job completes before it can be stopped, it is put into the
COMPLETED state. Otherwise, the job is put into the
STOPPED state.
Asynchronous batch translation jobs are started with the
StartTextTranslationJob operation. You can use the
DescribeTextTranslationJob or ListTextTranslationJobs
operations to get a batch translation job's JobId.
stopTextTranslationJobAsync in interface AmazonTranslateAsyncstopTextTranslationJobRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ResourceNotFoundExceptionTooManyRequestsExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<TranslateTextResult> translateTextAsync(TranslateTextRequest translateTextRequest) throws AmazonServiceException, AmazonClientException
Translates input text from the source language to the target language. For a list of available languages and language codes, see what-is-languages.
translateTextAsync in interface AmazonTranslateAsynctranslateTextRequest - InvalidRequestExceptionTextSizeLimitExceededExceptionTooManyRequestsExceptionUnsupportedLanguagePairExceptionDetectedLanguageLowConfidenceExceptionResourceNotFoundExceptionInternalServerExceptionServiceUnavailableExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<TranslateTextResult> translateTextAsync(TranslateTextRequest translateTextRequest, AsyncHandler<TranslateTextRequest,TranslateTextResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Translates input text from the source language to the target language. For a list of available languages and language codes, see what-is-languages.
translateTextAsync in interface AmazonTranslateAsynctranslateTextRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.InvalidRequestExceptionTextSizeLimitExceededExceptionTooManyRequestsExceptionUnsupportedLanguagePairExceptionDetectedLanguageLowConfidenceExceptionResourceNotFoundExceptionInternalServerExceptionServiceUnavailableExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<UpdateParallelDataResult> updateParallelDataAsync(UpdateParallelDataRequest updateParallelDataRequest) throws AmazonServiceException, AmazonClientException
Updates a previously created parallel data resource by importing a new input file from Amazon S3.
updateParallelDataAsync in interface AmazonTranslateAsyncupdateParallelDataRequest - ConcurrentModificationExceptionInvalidParameterValueExceptionInvalidRequestExceptionLimitExceededExceptionTooManyRequestsExceptionConflictExceptionResourceNotFoundExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.public java.util.concurrent.Future<UpdateParallelDataResult> updateParallelDataAsync(UpdateParallelDataRequest updateParallelDataRequest, AsyncHandler<UpdateParallelDataRequest,UpdateParallelDataResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Updates a previously created parallel data resource by importing a new input file from Amazon S3.
updateParallelDataAsync in interface AmazonTranslateAsyncupdateParallelDataRequest - asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the
implementation of the four callback methods in this interface
to process the operation result or handle the exception.ConcurrentModificationExceptionInvalidParameterValueExceptionInvalidRequestExceptionLimitExceededExceptionTooManyRequestsExceptionConflictExceptionResourceNotFoundExceptionInternalServerExceptionAmazonClientException - If any internal errors are encountered
inside the client while attempting to make the request or
handle the response. For example if a network connection is
not available.AmazonServiceException - If an error response is returned by Amazon
Translate indicating either a problem with the data in the
request, or a server side issue.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.