Skip navigation links
A B C D E G H I S T U 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.
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.TranslateTextRequest
 
clone() - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 
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
 
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
 
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

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.TranslateTextRequest
 
equals(Object) - Method in class com.amazonaws.services.translate.model.TranslateTextResult
 

G

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.
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 client to execute async 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.

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.
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 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
 

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 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 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

withDetectedLanguageCode(String) - Method in exception com.amazonaws.services.translate.model.DetectedLanguageLowConfidenceException
Auto detected language code from Comprehend.
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 B C D E G H I S T U W 
Skip navigation links

Copyright © 2018. All rights reserved.