Skip navigation links
A C D E G H I J S T U W 

A

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
Interface for accessing Amazon Translate asynchronously.
AmazonTranslateAsyncClient() - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Deprecated.
AmazonTranslateAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Deprecated.
AmazonTranslateAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials.
AmazonTranslateAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials and executor service.
AmazonTranslateAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials, executor service, and client configuration options.
AmazonTranslateAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials provider.
AmazonTranslateAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials provider and executor service.
AmazonTranslateAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials provider and client configuration options.
AmazonTranslateAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Constructs a new asynchronous client to invoke service methods on Amazon Translate using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonTranslateClient - Class in com.amazonaws.services.translate
Client for accessing Amazon Translate.
AmazonTranslateClient() - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Deprecated.
AmazonTranslateClient(ClientConfiguration) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Deprecated.
AmazonTranslateClient(AWSCredentials) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Constructs a new client to invoke service methods on AmazonTranslate using the specified AWS account credentials.
AmazonTranslateClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Constructs a new client to invoke service methods on AmazonTranslate using the specified AWS account credentials and client configuration options.
AmazonTranslateClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Constructs a new client to invoke service methods on AmazonTranslate using the specified AWS account credentials provider.
AmazonTranslateClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Constructs a new client to invoke service methods on AmazonTranslate using the specified AWS account credentials provider and client configuration options.
AmazonTranslateClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Deprecated.
AmazonTranslateClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.translate.AmazonTranslateClient
Constructs a new client to invoke service methods on AmazonTranslate using the specified AWS account credentials provider, client configuration options and request metric collector.

C

com.amazonaws.services.translate - package com.amazonaws.services.translate
Provides translation between English and one of six languages, or between one of the six languages and English.
com.amazonaws.services.translate.model - package com.amazonaws.services.translate.model
Classes modeling the various types represented by AmazonTranslate

D

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

equals(Object) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 

G

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
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getDetectedLanguageCode() - Method in exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
Auto detected language code from Comprehend.
getExecutorService() - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Returns the executor service used by this async client to execute requests.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
One of the supported language codes for the source text.
getSourceLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the input text.
getTargetLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
One of the supported language codes for the target text.
getTargetLanguageCode() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the translated text.
getText() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The text to translate.
getTranslatedText() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The text translated into the target language.

H

hashCode() - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
 
hashCode() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 

I

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.
InvalidRequestException - Exception in com.amazonaws.services.translate.model
The request is invalid.
InvalidRequestException(String) - Constructor for exception com.amazonaws.services.translate.model.InvalidRequestException
Constructs a new InvalidRequestException with the specified error message.

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.translate.AmazonTranslateClient
List of exception unmarshallers for all Amazon Translate exceptions.

S

ServiceUnavailableException - Exception in com.amazonaws.services.translate.model
Amazon Translate is unavailable.
ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.translate.model.ServiceUnavailableException
Constructs a new ServiceUnavailableException with the specified error message.
setDetectedLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
Auto detected language code from Comprehend.
setEndpoint(String) - Method in interface com.amazonaws.services.translate.AmazonTranslate
Overrides the default endpoint for this client ("https://translate.us-east-1.amazonaws.com").
setRegion(Region) - Method in interface com.amazonaws.services.translate.AmazonTranslate
An alternative to AmazonTranslate.setEndpoint(String), sets the regional endpoint for this client's service calls.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
One of the supported language codes for the source text.
setSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the input text.
setTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
One of the supported language codes for the target text.
setTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the translated text.
setText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The text to translate.
setTranslatedText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The text translated into the target language.
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.

T

TextSizeLimitExceededException - Exception in com.amazonaws.services.translate.model
The size of the input text exceeds the length constraint for the Text field.
TextSizeLimitExceededException(String) - Constructor for exception com.amazonaws.services.translate.model.TextSizeLimitExceededException
Constructs a new TextSizeLimitExceededException with the specified error message.
TooManyRequestsException - Exception in com.amazonaws.services.translate.model
The number of requests exceeds the limit.
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.TranslateTextRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
Returns a string representation of this object; useful for testing and debugging.
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 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
Translates input text from the source language to the target language.
translateTextAsync(TranslateTextRequest, AsyncHandler<TranslateTextRequest, TranslateTextResult>) - Method in class com.amazonaws.services.translate.AmazonTranslateAsyncClient
Translates input text from the source language to the target language.
TranslateTextRequest - Class in com.amazonaws.services.translate.model
Translates input text from the source language to the target language.
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 cannot translate input text in the source language into this target language.
UnsupportedLanguagePairException(String) - Constructor for exception com.amazonaws.services.translate.model.UnsupportedLanguagePairException
Constructs a new UnsupportedLanguagePairException with the specified error message.

W

withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
One of the supported language codes for the source text.
withSourceLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the input text.
withTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
One of the supported language codes for the target text.
withTargetLanguageCode(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The language code for the language of the translated text.
withText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextRequest
The text to translate.
withTranslatedText(String) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
The text translated into the target language.
A C D E G H I J S T U W 
Skip navigation links

Copyright © 2018. All rights reserved.