Skip navigation links
A B C D E F G H I J L M O R S T U V W 

A

AbstractAmazonTranslate - Class in com.amazonaws.services.translate
Abstract implementation of AmazonTranslate.
AbstractAmazonTranslate() - Constructor for class com.amazonaws.services.translate.AbstractAmazonTranslate
 
AbstractAmazonTranslateAsync - Class in com.amazonaws.services.translate
Abstract implementation of AmazonTranslateAsync.
AbstractAmazonTranslateAsync() - Constructor for class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
AmazonTranslate - Interface in com.amazonaws.services.translate
Interface for accessing Amazon Translate.
AmazonTranslateAsync - Interface in com.amazonaws.services.translate
Interface for accessing Amazon Translate asynchronously.
AmazonTranslateAsyncClient - Class in com.amazonaws.services.translate
Client for accessing Amazon Translate asynchronously.
AmazonTranslateAsyncClientBuilder - Class in com.amazonaws.services.translate
Fluent builder for AmazonTranslateAsync.
AmazonTranslateClient - Class in com.amazonaws.services.translate
Client for accessing Amazon Translate.
AmazonTranslateClientBuilder - Class in com.amazonaws.services.translate
Fluent builder for AmazonTranslate.
AmazonTranslateException - Exception in com.amazonaws.services.translate.model
Base exception for all service exceptions thrown by Amazon Translate
AmazonTranslateException(String) - Constructor for exception com.amazonaws.services.translate.model.AmazonTranslateException
Constructs a new AmazonTranslateException with the specified error message.
AppliedTerminology - Class in com.amazonaws.services.translate.model
The custom terminology applied to the input text by Amazon Translate for the translated text response.
AppliedTerminology() - Constructor for class com.amazonaws.services.translate.model.AppliedTerminology
 
asyncBuilder() - Static method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClientBuilder
Construct an asynchronous implementation of AmazonTranslateAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.translate.AmazonTranslateClientBuilder
Construct a synchronous implementation of AmazonTranslate using the current builder configuration.
builder() - Static method in class com.amazonaws.services.translate.AmazonTranslateClient
 

C

clone() - Method in class com.amazonaws.services.translate.model.AppliedTerminology
 
clone() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
 
clone() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyResult
 
clone() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
 
clone() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
 
clone() - Method in class com.amazonaws.services.translate.model.EncryptionKey
 
clone() - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
 
clone() - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
 
clone() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
 
clone() - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
 
clone() - Method in class com.amazonaws.services.translate.model.InputDataConfig
 
clone() - Method in class com.amazonaws.services.translate.model.JobDetails
 
clone() - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
 
clone() - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
 
clone() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
 
clone() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
 
clone() - Method in class com.amazonaws.services.translate.model.OutputDataConfig
 
clone() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
 
clone() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
 
clone() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
 
clone() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
 
clone() - Method in class com.amazonaws.services.translate.model.Term
 
clone() - Method in class com.amazonaws.services.translate.model.TerminologyData
 
clone() - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
 
clone() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
 
clone() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
 
clone() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
 
clone() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
 
clone() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 
com.amazonaws.services.translate - package com.amazonaws.services.translate
Provides translation between one source language and another of the same set of languages.
com.amazonaws.services.translate.model - package com.amazonaws.services.translate.model
 
configFactory - Static variable in class com.amazonaws.services.translate.AmazonTranslateClient
Client configuration factory providing ClientConfigurations tailored to this client

D

defaultClient() - Static method in class com.amazonaws.services.translate.AmazonTranslateAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.translate.AmazonTranslateClientBuilder
 
deleteTerminology(DeleteTerminologyRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
deleteTerminology(DeleteTerminologyRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
A synchronous action that deletes a custom terminology.
deleteTerminology(DeleteTerminologyRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
A synchronous action that deletes a custom terminology.
deleteTerminologyAsync(DeleteTerminologyRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
deleteTerminologyAsync(DeleteTerminologyRequest, AsyncHandler<DeleteTerminologyRequest, DeleteTerminologyResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
deleteTerminologyAsync(DeleteTerminologyRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
A synchronous action that deletes a custom terminology.
deleteTerminologyAsync(DeleteTerminologyRequest, AsyncHandler<DeleteTerminologyRequest, DeleteTerminologyResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
A synchronous action that deletes a custom terminology.
deleteTerminologyAsync(DeleteTerminologyRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
deleteTerminologyAsync(DeleteTerminologyRequest, AsyncHandler<DeleteTerminologyRequest, DeleteTerminologyResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
DeleteTerminologyRequest - Class in com.amazonaws.services.translate.model
 
DeleteTerminologyRequest() - Constructor for class com.amazonaws.services.translate.model.DeleteTerminologyRequest
 
DeleteTerminologyResult - Class in com.amazonaws.services.translate.model
 
DeleteTerminologyResult() - Constructor for class com.amazonaws.services.translate.model.DeleteTerminologyResult
 
describeTextTranslationJob(DescribeTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
describeTextTranslationJob(DescribeTextTranslationJobRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
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.
describeTextTranslationJob(DescribeTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
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(DescribeTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
describeTextTranslationJobAsync(DescribeTextTranslationJobRequest, AsyncHandler<DescribeTextTranslationJobRequest, DescribeTextTranslationJobResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
describeTextTranslationJobAsync(DescribeTextTranslationJobRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
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(DescribeTextTranslationJobRequest, AsyncHandler<DescribeTextTranslationJobRequest, DescribeTextTranslationJobResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
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(DescribeTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
describeTextTranslationJobAsync(DescribeTextTranslationJobRequest, AsyncHandler<DescribeTextTranslationJobRequest, DescribeTextTranslationJobResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
DescribeTextTranslationJobRequest - Class in com.amazonaws.services.translate.model
 
DescribeTextTranslationJobRequest() - Constructor for class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
 
DescribeTextTranslationJobResult - Class in com.amazonaws.services.translate.model
 
DescribeTextTranslationJobResult() - Constructor for class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
 
DetectedLanguageLowConfidenceException - Exception in com.amazonaws.services.translate.model
The confidence that Amazon Comprehend accurately detected the source language is low.
DetectedLanguageLowConfidenceException(String) - Constructor for exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
Constructs a new DetectedLanguageLowConfidenceException with the specified error message.

E

EncryptionKey - Class in com.amazonaws.services.translate.model
The encryption key used to encrypt the custom terminologies used by Amazon Translate.
EncryptionKey() - Constructor for class com.amazonaws.services.translate.model.EncryptionKey
 
EncryptionKeyType - Enum in com.amazonaws.services.translate.model
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.translate.AmazonTranslate
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
 
equals(Object) - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.DeleteTerminologyResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.EncryptionKey
 
equals(Object) - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.InputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.translate.model.JobDetails
 
equals(Object) - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.OutputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
 
equals(Object) - Method in class com.amazonaws.services.translate.model.Term
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TerminologyData
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 

F

fromValue(String) - Static method in enum com.amazonaws.services.translate.model.EncryptionKeyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.translate.model.JobStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.translate.model.MergeStrategy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.translate.model.TerminologyDataFormat
Use this in place of valueOf.

G

getAppliedTerminologies() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
getArn() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The Amazon Resource Name (ARN) of the custom terminology.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getClientToken() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
A unique identifier for the request.
getContentType() - Method in class com.amazonaws.services.translate.model.InputDataConfig
Describes the format of the data that you submit to Amazon Translate as input.
getCreatedAt() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The time at which the custom terminology was created, based on the timestamp.
getDataAccessRoleArn() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.
getDescription() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The description of the custom terminology being imported.
getDescription() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The description of the custom terminology properties.
getDetectedLanguageCode() - Method in exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
The language code of the auto-detected language from Amazon Comprehend.
getDocumentsWithErrorsCount() - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents that could not be processed during a translation job.
getEncryptionKey() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The encryption key for the custom terminology being imported.
getEncryptionKey() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The encryption key for the custom terminology.
getEndTime() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The time at which the translation job ended.
getExecutorService() - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Returns the executor service used by this client to execute async requests.
getFile() - Method in class com.amazonaws.services.translate.model.TerminologyData
The file containing the custom terminology data.
getFilter() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The parameters that specify which batch translation jobs to retrieve.
getFormat() - Method in class com.amazonaws.services.translate.model.TerminologyData
The data format of the custom terminology.
getId() - Method in class com.amazonaws.services.translate.model.EncryptionKey
The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.
getInputDataConfig() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Specifies the format and S3 location of the input documents for the translation job.
getInputDataConfig() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The input configuration properties that were specified when the job was requested.
getInputDocumentsCount() - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents used as input in a translation job.
getJobDetails() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The number of documents successfully and unsuccessfully processed during the translation job.
getJobId() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
The identifier that Amazon Translate generated for the job.
getJobId() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The identifier generated for the job.
getJobId() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
The job ID of the job to be stopped.
getJobId() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The job ID of the stopped batch translation job.
getJobId() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The ID of the translation job.
getJobName() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the batch translation job to be performed.
getJobName() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs by name.
getJobName() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The user-defined name of the translation job.
getJobStatus() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The status of the job.
getJobStatus() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The status of the designated job.
getJobStatus() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based by job status.
getJobStatus() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The status of the translation job.
getLastUpdatedAt() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The time at which the custom terminology was last update, based on the timestamp.
getLocation() - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
The location of the custom terminology data.
getMaxResults() - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
The maximum number of custom terminologies returned per list request.
getMaxResults() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The maximum number of results to return in each page.
getMergeStrategy() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The merge strategy of the custom terminology being imported.
getMessage() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
An explanation of any errors that may have occured during the translation job.
getName() - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.
getName() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
The name of the custom terminology being deleted.
getName() - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The name of the custom terminology being retrieved.
getName() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The name of the custom terminology being imported.
getName() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The name of the custom terminology.
getNextToken() - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
getNextToken() - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
getNextToken() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The token to request the next page of results.
getNextToken() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
The token to use to retreive the next page of results.
getOutputDataConfig() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Specifies the S3 folder to which your job output will be saved.
getOutputDataConfig() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The output configuration properties that were specified when the job was requested.
getRepositoryType() - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
The repository type for the custom terminology data.
getS3Uri() - Method in class com.amazonaws.services.translate.model.InputDataConfig
The URI of the AWS S3 folder that contains the input file.
getS3Uri() - Method in class com.amazonaws.services.translate.model.OutputDataConfig
The URI of the S3 folder that contains a translation job's output file.
getSizeBytes() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The size of the file used when importing a custom terminology.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the input language.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language code for the source text of the translation request for which the custom terminology is being used.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the source text.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The language code for the language of the source text.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the source text.
getSourceLanguageCode() - Method in exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
The language code for the language of the input text.
getSourceText() - Method in class com.amazonaws.services.translate.model.Term
The source text of the term being translated by the custom terminology.
getSubmittedAfterTime() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time.
getSubmittedBeforeTime() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time.
getSubmittedTime() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The time at which the translation job was submitted.
getTargetLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The language code requested for the language of the target text.
getTargetLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the target text.
getTargetLanguageCode() - Method in exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
The language code for the language of the translated text.
getTargetLanguageCodes() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the output language.
getTargetLanguageCodes() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language codes for the target languages available with the custom terminology file.
getTargetLanguageCodes() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the target text.
getTargetText() - Method in class com.amazonaws.services.translate.model.Term
The target text of the term being translated by the custom terminology.
getTermCount() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The number of terms included in the custom terminology.
getTerminology(GetTerminologyRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
getTerminology(GetTerminologyRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Retrieves a custom terminology.
getTerminology(GetTerminologyRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Retrieves a custom terminology.
getTerminologyAsync(GetTerminologyRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
getTerminologyAsync(GetTerminologyRequest, AsyncHandler<GetTerminologyRequest, GetTerminologyResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
getTerminologyAsync(GetTerminologyRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Retrieves a custom terminology.
getTerminologyAsync(GetTerminologyRequest, AsyncHandler<GetTerminologyRequest, GetTerminologyResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Retrieves a custom terminology.
getTerminologyAsync(GetTerminologyRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
getTerminologyAsync(GetTerminologyRequest, AsyncHandler<GetTerminologyRequest, GetTerminologyResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
getTerminologyData() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The terminology data for the custom terminology being imported.
getTerminologyDataFormat() - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The data format of the custom terminology being retrieved, either CSV or TMX.
getTerminologyDataLocation() - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
The data location of the custom terminology being retrieved.
getTerminologyNames() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the terminology to use in the batch translation job.
getTerminologyNames() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
A list containing the names of the terminologies applied to a translation job.
getTerminologyNames() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The name of the terminology list file to be used in the TranslateText request.
getTerminologyProperties() - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
The properties of the custom terminology being retrieved.
getTerminologyProperties() - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
The properties of the custom terminology being imported.
getTerminologyPropertiesList() - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
The properties list of the custom terminologies returned on the list request.
GetTerminologyRequest - Class in com.amazonaws.services.translate.model
 
GetTerminologyRequest() - Constructor for class com.amazonaws.services.translate.model.GetTerminologyRequest
 
GetTerminologyResult - Class in com.amazonaws.services.translate.model
 
GetTerminologyResult() - Constructor for class com.amazonaws.services.translate.model.GetTerminologyResult
 
getTerms() - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response.
getText() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The text to translate.
getTextTranslationJobProperties() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
An object that contains the properties associated with an asynchronous batch translation job.
getTextTranslationJobPropertiesList() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
A list containing the properties of each job that is returned.
getTranslatedDocumentsCount() - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents successfully processed during a translation job.
getTranslatedText() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The translated text.
getType() - Method in class com.amazonaws.services.translate.model.EncryptionKey
The type of encryption key used by Amazon Translate to encrypt custom terminologies.

H

hashCode() - Method in class com.amazonaws.services.translate.model.AppliedTerminology
 
hashCode() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.EncryptionKey
 
hashCode() - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.InputDataConfig
 
hashCode() - Method in class com.amazonaws.services.translate.model.JobDetails
 
hashCode() - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.OutputDataConfig
 
hashCode() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
 
hashCode() - Method in class com.amazonaws.services.translate.model.Term
 
hashCode() - Method in class com.amazonaws.services.translate.model.TerminologyData
 
hashCode() - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
 
hashCode() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
 
hashCode() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
 
hashCode() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
 
hashCode() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 

I

importTerminology(ImportTerminologyRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
importTerminology(ImportTerminologyRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name.
importTerminology(ImportTerminologyRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name.
importTerminologyAsync(ImportTerminologyRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
importTerminologyAsync(ImportTerminologyRequest, AsyncHandler<ImportTerminologyRequest, ImportTerminologyResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
importTerminologyAsync(ImportTerminologyRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name.
importTerminologyAsync(ImportTerminologyRequest, AsyncHandler<ImportTerminologyRequest, ImportTerminologyResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Creates or updates a custom terminology, depending on whether or not one already exists for the given terminology name.
importTerminologyAsync(ImportTerminologyRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
importTerminologyAsync(ImportTerminologyRequest, AsyncHandler<ImportTerminologyRequest, ImportTerminologyResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
ImportTerminologyRequest - Class in com.amazonaws.services.translate.model
 
ImportTerminologyRequest() - Constructor for class com.amazonaws.services.translate.model.ImportTerminologyRequest
 
ImportTerminologyResult - Class in com.amazonaws.services.translate.model
 
ImportTerminologyResult() - Constructor for class com.amazonaws.services.translate.model.ImportTerminologyResult
 
InputDataConfig - Class in com.amazonaws.services.translate.model
The input configuration properties for requesting a batch translation job.
InputDataConfig() - Constructor for class com.amazonaws.services.translate.model.InputDataConfig
 
InternalServerException - Exception in com.amazonaws.services.translate.model
An internal server error occurred.
InternalServerException(String) - Constructor for exception com.amazonaws.services.translate.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
InvalidFilterException - Exception in com.amazonaws.services.translate.model
The filter specified for the operation is invalid.
InvalidFilterException(String) - Constructor for exception com.amazonaws.services.translate.model.InvalidFilterException
Constructs a new InvalidFilterException with the specified error message.
InvalidParameterValueException - Exception in com.amazonaws.services.translate.model
The value of the parameter is invalid.
InvalidParameterValueException(String) - Constructor for exception com.amazonaws.services.translate.model.InvalidParameterValueException
Constructs a new InvalidParameterValueException with the specified error message.
InvalidRequestException - Exception in com.amazonaws.services.translate.model
The request that you made is invalid.
InvalidRequestException(String) - Constructor for exception com.amazonaws.services.translate.model.InvalidRequestException
Constructs a new InvalidRequestException with the specified error message.

J

JobDetails - Class in com.amazonaws.services.translate.model
The number of documents successfully and unsuccessfully processed during a translation job.
JobDetails() - Constructor for class com.amazonaws.services.translate.model.JobDetails
 
JobStatus - Enum in com.amazonaws.services.translate.model
 

L

LimitExceededException - Exception in com.amazonaws.services.translate.model
The specified limit has been exceeded.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.translate.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listTerminologies(ListTerminologiesRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
listTerminologies(ListTerminologiesRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Provides a list of custom terminologies associated with your account.
listTerminologies(ListTerminologiesRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Provides a list of custom terminologies associated with your account.
listTerminologiesAsync(ListTerminologiesRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
listTerminologiesAsync(ListTerminologiesRequest, AsyncHandler<ListTerminologiesRequest, ListTerminologiesResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
listTerminologiesAsync(ListTerminologiesRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Provides a list of custom terminologies associated with your account.
listTerminologiesAsync(ListTerminologiesRequest, AsyncHandler<ListTerminologiesRequest, ListTerminologiesResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Provides a list of custom terminologies associated with your account.
listTerminologiesAsync(ListTerminologiesRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
listTerminologiesAsync(ListTerminologiesRequest, AsyncHandler<ListTerminologiesRequest, ListTerminologiesResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
ListTerminologiesRequest - Class in com.amazonaws.services.translate.model
 
ListTerminologiesRequest() - Constructor for class com.amazonaws.services.translate.model.ListTerminologiesRequest
 
ListTerminologiesResult - Class in com.amazonaws.services.translate.model
 
ListTerminologiesResult() - Constructor for class com.amazonaws.services.translate.model.ListTerminologiesResult
 
listTextTranslationJobs(ListTextTranslationJobsRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
listTextTranslationJobs(ListTextTranslationJobsRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Gets a list of the batch translation jobs that you have submitted.
listTextTranslationJobs(ListTextTranslationJobsRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Gets a list of the batch translation jobs that you have submitted.
listTextTranslationJobsAsync(ListTextTranslationJobsRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
listTextTranslationJobsAsync(ListTextTranslationJobsRequest, AsyncHandler<ListTextTranslationJobsRequest, ListTextTranslationJobsResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
listTextTranslationJobsAsync(ListTextTranslationJobsRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Gets a list of the batch translation jobs that you have submitted.
listTextTranslationJobsAsync(ListTextTranslationJobsRequest, AsyncHandler<ListTextTranslationJobsRequest, ListTextTranslationJobsResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Gets a list of the batch translation jobs that you have submitted.
listTextTranslationJobsAsync(ListTextTranslationJobsRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
listTextTranslationJobsAsync(ListTextTranslationJobsRequest, AsyncHandler<ListTextTranslationJobsRequest, ListTextTranslationJobsResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
ListTextTranslationJobsRequest - Class in com.amazonaws.services.translate.model
 
ListTextTranslationJobsRequest() - Constructor for class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
 
ListTextTranslationJobsResult - Class in com.amazonaws.services.translate.model
 
ListTextTranslationJobsResult() - Constructor for class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.EncryptionKey
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.InputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.JobDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.OutputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.Term
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.TerminologyData
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
 
MergeStrategy - Enum in com.amazonaws.services.translate.model
 

O

OutputDataConfig - Class in com.amazonaws.services.translate.model
The output configuration properties for a batch translation job.
OutputDataConfig() - Constructor for class com.amazonaws.services.translate.model.OutputDataConfig
 

R

ResourceNotFoundException - Exception in com.amazonaws.services.translate.model
The resource you are looking for has not been found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.translate.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.

S

ServiceUnavailableException - Exception in com.amazonaws.services.translate.model
The Amazon Translate service is temporarily unavailable.
ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.translate.model.ServiceUnavailableException
Constructs a new ServiceUnavailableException with the specified error message.
setAppliedTerminologies(Collection<AppliedTerminology>) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
setArn(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The Amazon Resource Name (ARN) of the custom terminology.
setClientToken(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
A unique identifier for the request.
setContentType(String) - Method in class com.amazonaws.services.translate.model.InputDataConfig
Describes the format of the data that you submit to Amazon Translate as input.
setCreatedAt(Date) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The time at which the custom terminology was created, based on the timestamp.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.
setDescription(String) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The description of the custom terminology being imported.
setDescription(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The description of the custom terminology properties.
setDetectedLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
The language code of the auto-detected language from Amazon Comprehend.
setDocumentsWithErrorsCount(Integer) - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents that could not be processed during a translation job.
setEncryptionKey(EncryptionKey) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The encryption key for the custom terminology being imported.
setEncryptionKey(EncryptionKey) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The encryption key for the custom terminology.
setEndTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The time at which the translation job ended.
setFile(ByteBuffer) - Method in class com.amazonaws.services.translate.model.TerminologyData
The file containing the custom terminology data.
setFilter(TextTranslationJobFilter) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The parameters that specify which batch translation jobs to retrieve.
setFormat(String) - Method in class com.amazonaws.services.translate.model.TerminologyData
The data format of the custom terminology.
setId(String) - Method in class com.amazonaws.services.translate.model.EncryptionKey
The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Specifies the format and S3 location of the input documents for the translation job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The input configuration properties that were specified when the job was requested.
setInputDocumentsCount(Integer) - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents used as input in a translation job.
setJobDetails(JobDetails) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The number of documents successfully and unsuccessfully processed during the translation job.
setJobId(String) - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
The identifier that Amazon Translate generated for the job.
setJobId(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The identifier generated for the job.
setJobId(String) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
The job ID of the job to be stopped.
setJobId(String) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The job ID of the stopped batch translation job.
setJobId(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The ID of the translation job.
setJobName(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the batch translation job to be performed.
setJobName(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs by name.
setJobName(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The user-defined name of the translation job.
setJobStatus(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The status of the job.
setJobStatus(String) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The status of the designated job.
setJobStatus(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based by job status.
setJobStatus(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The status of the translation job.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The time at which the custom terminology was last update, based on the timestamp.
setLocation(String) - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
The location of the custom terminology data.
setMaxResults(Integer) - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
The maximum number of custom terminologies returned per list request.
setMaxResults(Integer) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The maximum number of results to return in each page.
setMergeStrategy(String) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The merge strategy of the custom terminology being imported.
setMessage(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
An explanation of any errors that may have occured during the translation job.
setName(String) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.
setName(String) - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
The name of the custom terminology being deleted.
setName(String) - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The name of the custom terminology being retrieved.
setName(String) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The name of the custom terminology being imported.
setName(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The name of the custom terminology.
setNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
setNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
setNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The token to request the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
The token to use to retreive the next page of results.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Specifies the S3 folder to which your job output will be saved.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The output configuration properties that were specified when the job was requested.
setRepositoryType(String) - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
The repository type for the custom terminology data.
setS3Uri(String) - Method in class com.amazonaws.services.translate.model.InputDataConfig
The URI of the AWS S3 folder that contains the input file.
setS3Uri(String) - Method in class com.amazonaws.services.translate.model.OutputDataConfig
The URI of the S3 folder that contains a translation job's output file.
setSizeBytes(Integer) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The size of the file used when importing a custom terminology.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the input language.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language code for the source text of the translation request for which the custom terminology is being used.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the source text.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The language code for the language of the source text.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the source text.
setSourceLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
The language code for the language of the input text.
setSourceText(String) - Method in class com.amazonaws.services.translate.model.Term
The source text of the term being translated by the custom terminology.
setSubmittedAfterTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time.
setSubmittedBeforeTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time.
setSubmittedTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The time at which the translation job was submitted.
setTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The language code requested for the language of the target text.
setTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the target text.
setTargetLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
The language code for the language of the translated text.
setTargetLanguageCodes(Collection<String>) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the output language.
setTargetLanguageCodes(Collection<String>) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language codes for the target languages available with the custom terminology file.
setTargetLanguageCodes(Collection<String>) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the target text.
setTargetText(String) - Method in class com.amazonaws.services.translate.model.Term
The target text of the term being translated by the custom terminology.
setTermCount(Integer) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The number of terms included in the custom terminology.
setTerminologyData(TerminologyData) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The terminology data for the custom terminology being imported.
setTerminologyDataFormat(String) - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The data format of the custom terminology being retrieved, either CSV or TMX.
setTerminologyDataLocation(TerminologyDataLocation) - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
The data location of the custom terminology being retrieved.
setTerminologyNames(Collection<String>) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the terminology to use in the batch translation job.
setTerminologyNames(Collection<String>) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
A list containing the names of the terminologies applied to a translation job.
setTerminologyNames(Collection<String>) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The name of the terminology list file to be used in the TranslateText request.
setTerminologyProperties(TerminologyProperties) - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
The properties of the custom terminology being retrieved.
setTerminologyProperties(TerminologyProperties) - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
The properties of the custom terminology being imported.
setTerminologyPropertiesList(Collection<TerminologyProperties>) - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
The properties list of the custom terminologies returned on the list request.
setTerms(Collection<Term>) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response.
setText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The text to translate.
setTextTranslationJobProperties(TextTranslationJobProperties) - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
An object that contains the properties associated with an asynchronous batch translation job.
setTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties>) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
A list containing the properties of each job that is returned.
setTranslatedDocumentsCount(Integer) - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents successfully processed during a translation job.
setTranslatedText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The translated text.
setType(String) - Method in class com.amazonaws.services.translate.model.EncryptionKey
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
shutdown() - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
shutdown() - Method in interface com.amazonaws.services.translate.AmazonTranslate
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.translate.AmazonTranslateAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.translate.AmazonTranslateClientBuilder
 
startTextTranslationJob(StartTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
startTextTranslationJob(StartTextTranslationJobRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Starts an asynchronous batch translation job.
startTextTranslationJob(StartTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Starts an asynchronous batch translation job.
startTextTranslationJobAsync(StartTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
startTextTranslationJobAsync(StartTextTranslationJobRequest, AsyncHandler<StartTextTranslationJobRequest, StartTextTranslationJobResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
startTextTranslationJobAsync(StartTextTranslationJobRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Starts an asynchronous batch translation job.
startTextTranslationJobAsync(StartTextTranslationJobRequest, AsyncHandler<StartTextTranslationJobRequest, StartTextTranslationJobResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Starts an asynchronous batch translation job.
startTextTranslationJobAsync(StartTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
startTextTranslationJobAsync(StartTextTranslationJobRequest, AsyncHandler<StartTextTranslationJobRequest, StartTextTranslationJobResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
StartTextTranslationJobRequest - Class in com.amazonaws.services.translate.model
 
StartTextTranslationJobRequest() - Constructor for class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
 
StartTextTranslationJobResult - Class in com.amazonaws.services.translate.model
 
StartTextTranslationJobResult() - Constructor for class com.amazonaws.services.translate.model.StartTextTranslationJobResult
 
stopTextTranslationJob(StopTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
stopTextTranslationJob(StopTextTranslationJobRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Stops an asynchronous batch translation job that is in progress.
stopTextTranslationJob(StopTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Stops an asynchronous batch translation job that is in progress.
stopTextTranslationJobAsync(StopTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
stopTextTranslationJobAsync(StopTextTranslationJobRequest, AsyncHandler<StopTextTranslationJobRequest, StopTextTranslationJobResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
stopTextTranslationJobAsync(StopTextTranslationJobRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Stops an asynchronous batch translation job that is in progress.
stopTextTranslationJobAsync(StopTextTranslationJobRequest, AsyncHandler<StopTextTranslationJobRequest, StopTextTranslationJobResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Stops an asynchronous batch translation job that is in progress.
stopTextTranslationJobAsync(StopTextTranslationJobRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
stopTextTranslationJobAsync(StopTextTranslationJobRequest, AsyncHandler<StopTextTranslationJobRequest, StopTextTranslationJobResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
StopTextTranslationJobRequest - Class in com.amazonaws.services.translate.model
 
StopTextTranslationJobRequest() - Constructor for class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
 
StopTextTranslationJobResult - Class in com.amazonaws.services.translate.model
 
StopTextTranslationJobResult() - Constructor for class com.amazonaws.services.translate.model.StopTextTranslationJobResult
 

T

Term - Class in com.amazonaws.services.translate.model
The term being translated by the custom terminology.
Term() - Constructor for class com.amazonaws.services.translate.model.Term
 
TerminologyData - Class in com.amazonaws.services.translate.model
The data associated with the custom terminology.
TerminologyData() - Constructor for class com.amazonaws.services.translate.model.TerminologyData
 
TerminologyDataFormat - Enum in com.amazonaws.services.translate.model
 
TerminologyDataLocation - Class in com.amazonaws.services.translate.model
The location of the custom terminology data.
TerminologyDataLocation() - Constructor for class com.amazonaws.services.translate.model.TerminologyDataLocation
 
TerminologyProperties - Class in com.amazonaws.services.translate.model
The properties of the custom terminology.
TerminologyProperties() - Constructor for class com.amazonaws.services.translate.model.TerminologyProperties
 
TextSizeLimitExceededException - Exception in com.amazonaws.services.translate.model
The size of the text you submitted exceeds the size limit.
TextSizeLimitExceededException(String) - Constructor for exception com.amazonaws.services.translate.model.TextSizeLimitExceededException
Constructs a new TextSizeLimitExceededException with the specified error message.
TextTranslationJobFilter - Class in com.amazonaws.services.translate.model
Provides information for filtering a list of translation jobs.
TextTranslationJobFilter() - Constructor for class com.amazonaws.services.translate.model.TextTranslationJobFilter
 
TextTranslationJobProperties - Class in com.amazonaws.services.translate.model
Provides information about a translation job.
TextTranslationJobProperties() - Constructor for class com.amazonaws.services.translate.model.TextTranslationJobProperties
 
TooManyRequestsException - Exception in com.amazonaws.services.translate.model
You have made too many requests within a short period of time.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.translate.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.translate.model.AppliedTerminology
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.DeleteTerminologyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.EncryptionKey
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.translate.model.EncryptionKeyType
 
toString() - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.InputDataConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.JobDetails
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.translate.model.JobStatus
 
toString() - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.translate.model.MergeStrategy
 
toString() - Method in class com.amazonaws.services.translate.model.OutputDataConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.Term
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.TerminologyData
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.translate.model.TerminologyDataFormat
 
toString() - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.TerminologyProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
Returns a string representation of this object.
translateText(TranslateTextRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslate
 
translateText(TranslateTextRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Translates input text from the source language to the target language.
translateText(TranslateTextRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateClient
Translates input text from the source language to the target language.
translateTextAsync(TranslateTextRequest) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
translateTextAsync(TranslateTextRequest, AsyncHandler<TranslateTextRequest, TranslateTextResult>) - Method in class com.amazonaws.services.translate.AbstractAmazonTranslateAsync
 
translateTextAsync(TranslateTextRequest) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Translates input text from the source language to the target language.
translateTextAsync(TranslateTextRequest, AsyncHandler<TranslateTextRequest, TranslateTextResult>) - Method in interface com.amazonaws.services.translate.AmazonTranslateAsync
Translates input text from the source language to the target language.
translateTextAsync(TranslateTextRequest) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
translateTextAsync(TranslateTextRequest, AsyncHandler<TranslateTextRequest, TranslateTextResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
 
TranslateTextRequest - Class in com.amazonaws.services.translate.model
 
TranslateTextRequest() - Constructor for class com.amazonaws.services.translate.model.TranslateTextRequest
 
TranslateTextResult - Class in com.amazonaws.services.translate.model
 
TranslateTextResult() - Constructor for class com.amazonaws.services.translate.model.TranslateTextResult
 

U

UnsupportedLanguagePairException - Exception in com.amazonaws.services.translate.model
Amazon Translate does not support translation from the language of the source text into the requested target language.
UnsupportedLanguagePairException(String) - Constructor for exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
Constructs a new UnsupportedLanguagePairException with the specified error message.

V

valueOf(String) - Static method in enum com.amazonaws.services.translate.model.EncryptionKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.translate.model.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.translate.model.MergeStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.translate.model.TerminologyDataFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.translate.model.EncryptionKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.translate.model.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.translate.model.MergeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.translate.model.TerminologyDataFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAppliedTerminologies(AppliedTerminology...) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
withAppliedTerminologies(Collection<AppliedTerminology>) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.
withArn(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The Amazon Resource Name (ARN) of the custom terminology.
withClientToken(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
A unique identifier for the request.
withContentType(String) - Method in class com.amazonaws.services.translate.model.InputDataConfig
Describes the format of the data that you submit to Amazon Translate as input.
withCreatedAt(Date) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The time at which the custom terminology was created, based on the timestamp.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job's input data.
withDescription(String) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The description of the custom terminology being imported.
withDescription(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The description of the custom terminology properties.
withDetectedLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
The language code of the auto-detected language from Amazon Comprehend.
withDocumentsWithErrorsCount(Integer) - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents that could not be processed during a translation job.
withEncryptionKey(EncryptionKey) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The encryption key for the custom terminology being imported.
withEncryptionKey(EncryptionKey) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The encryption key for the custom terminology.
withEndTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The time at which the translation job ended.
withFile(ByteBuffer) - Method in class com.amazonaws.services.translate.model.TerminologyData
The file containing the custom terminology data.
withFilter(TextTranslationJobFilter) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The parameters that specify which batch translation jobs to retrieve.
withFormat(String) - Method in class com.amazonaws.services.translate.model.TerminologyData
The data format of the custom terminology.
withFormat(TerminologyDataFormat) - Method in class com.amazonaws.services.translate.model.TerminologyData
The data format of the custom terminology.
withId(String) - Method in class com.amazonaws.services.translate.model.EncryptionKey
The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Specifies the format and S3 location of the input documents for the translation job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The input configuration properties that were specified when the job was requested.
withInputDocumentsCount(Integer) - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents used as input in a translation job.
withJobDetails(JobDetails) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The number of documents successfully and unsuccessfully processed during the translation job.
withJobId(String) - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobRequest
The identifier that Amazon Translate generated for the job.
withJobId(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The identifier generated for the job.
withJobId(String) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobRequest
The job ID of the job to be stopped.
withJobId(String) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The job ID of the stopped batch translation job.
withJobId(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The ID of the translation job.
withJobName(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the batch translation job to be performed.
withJobName(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs by name.
withJobName(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The user-defined name of the translation job.
withJobStatus(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The status of the job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobResult
The status of the job.
withJobStatus(String) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The status of the designated job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.translate.model.StopTextTranslationJobResult
The status of the designated job.
withJobStatus(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based by job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based by job status.
withJobStatus(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The status of the translation job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The status of the translation job.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The time at which the custom terminology was last update, based on the timestamp.
withLocation(String) - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
The location of the custom terminology data.
withMaxResults(Integer) - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
The maximum number of custom terminologies returned per list request.
withMaxResults(Integer) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The maximum number of results to return in each page.
withMergeStrategy(String) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The merge strategy of the custom terminology being imported.
withMergeStrategy(MergeStrategy) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The merge strategy of the custom terminology being imported.
withMessage(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
An explanation of any errors that may have occured during the translation job.
withName(String) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.
withName(String) - Method in class com.amazonaws.services.translate.model.DeleteTerminologyRequest
The name of the custom terminology being deleted.
withName(String) - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The name of the custom terminology being retrieved.
withName(String) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The name of the custom terminology being imported.
withName(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The name of the custom terminology.
withNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTerminologiesRequest
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
withNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
withNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsRequest
The token to request the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
The token to use to retreive the next page of results.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
Specifies the S3 folder to which your job output will be saved.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The output configuration properties that were specified when the job was requested.
withRepositoryType(String) - Method in class com.amazonaws.services.translate.model.TerminologyDataLocation
The repository type for the custom terminology data.
withS3Uri(String) - Method in class com.amazonaws.services.translate.model.InputDataConfig
The URI of the AWS S3 folder that contains the input file.
withS3Uri(String) - Method in class com.amazonaws.services.translate.model.OutputDataConfig
The URI of the S3 folder that contains a translation job's output file.
withSizeBytes(Integer) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The size of the file used when importing a custom terminology.
withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the input language.
withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language code for the source text of the translation request for which the custom terminology is being used.
withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the source text.
withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The language code for the language of the source text.
withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the source text.
withSourceLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
The language code for the language of the input text.
withSourceText(String) - Method in class com.amazonaws.services.translate.model.Term
The source text of the term being translated by the custom terminology.
withSubmittedAfterTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time.
withSubmittedBeforeTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobFilter
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time.
withSubmittedTime(Date) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The time at which the translation job was submitted.
withTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The language code requested for the language of the target text.
withTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the target text.
withTargetLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
The language code for the language of the translated text.
withTargetLanguageCodes(String...) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the output language.
withTargetLanguageCodes(Collection<String>) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The language code of the output language.
withTargetLanguageCodes(String...) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language codes for the target languages available with the custom terminology file.
withTargetLanguageCodes(Collection<String>) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The language codes for the target languages available with the custom terminology file.
withTargetLanguageCodes(String...) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the target text.
withTargetLanguageCodes(Collection<String>) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
The language code of the language of the target text.
withTargetText(String) - Method in class com.amazonaws.services.translate.model.Term
The target text of the term being translated by the custom terminology.
withTermCount(Integer) - Method in class com.amazonaws.services.translate.model.TerminologyProperties
The number of terms included in the custom terminology.
withTerminologyData(TerminologyData) - Method in class com.amazonaws.services.translate.model.ImportTerminologyRequest
The terminology data for the custom terminology being imported.
withTerminologyDataFormat(String) - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The data format of the custom terminology being retrieved, either CSV or TMX.
withTerminologyDataFormat(TerminologyDataFormat) - Method in class com.amazonaws.services.translate.model.GetTerminologyRequest
The data format of the custom terminology being retrieved, either CSV or TMX.
withTerminologyDataLocation(TerminologyDataLocation) - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
The data location of the custom terminology being retrieved.
withTerminologyNames(String...) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the terminology to use in the batch translation job.
withTerminologyNames(Collection<String>) - Method in class com.amazonaws.services.translate.model.StartTextTranslationJobRequest
The name of the terminology to use in the batch translation job.
withTerminologyNames(String...) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
A list containing the names of the terminologies applied to a translation job.
withTerminologyNames(Collection<String>) - Method in class com.amazonaws.services.translate.model.TextTranslationJobProperties
A list containing the names of the terminologies applied to a translation job.
withTerminologyNames(String...) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The name of the terminology list file to be used in the TranslateText request.
withTerminologyNames(Collection<String>) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The name of the terminology list file to be used in the TranslateText request.
withTerminologyProperties(TerminologyProperties) - Method in class com.amazonaws.services.translate.model.GetTerminologyResult
The properties of the custom terminology being retrieved.
withTerminologyProperties(TerminologyProperties) - Method in class com.amazonaws.services.translate.model.ImportTerminologyResult
The properties of the custom terminology being imported.
withTerminologyPropertiesList(TerminologyProperties...) - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
The properties list of the custom terminologies returned on the list request.
withTerminologyPropertiesList(Collection<TerminologyProperties>) - Method in class com.amazonaws.services.translate.model.ListTerminologiesResult
The properties list of the custom terminologies returned on the list request.
withTerms(Term...) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response.
withTerms(Collection<Term>) - Method in class com.amazonaws.services.translate.model.AppliedTerminology
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response.
withText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The text to translate.
withTextTranslationJobProperties(TextTranslationJobProperties) - Method in class com.amazonaws.services.translate.model.DescribeTextTranslationJobResult
An object that contains the properties associated with an asynchronous batch translation job.
withTextTranslationJobPropertiesList(TextTranslationJobProperties...) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
A list containing the properties of each job that is returned.
withTextTranslationJobPropertiesList(Collection<TextTranslationJobProperties>) - Method in class com.amazonaws.services.translate.model.ListTextTranslationJobsResult
A list containing the properties of each job that is returned.
withTranslatedDocumentsCount(Integer) - Method in class com.amazonaws.services.translate.model.JobDetails
The number of documents successfully processed during a translation job.
withTranslatedText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The translated text.
withType(String) - Method in class com.amazonaws.services.translate.model.EncryptionKey
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
withType(EncryptionKeyType) - Method in class com.amazonaws.services.translate.model.EncryptionKey
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
A B C D E F G H I J L M O R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.