Uses of Interface
software.amazon.awssdk.services.translate.model.TranslateException.Builder
-
Packages that use TranslateException.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of TranslateException.Builder in software.amazon.awssdk.services.translate.model
Subinterfaces of TranslateException.Builder in software.amazon.awssdk.services.translate.model Modifier and Type Interface Description static interfaceConcurrentModificationException.Builderstatic interfaceConflictException.Builderstatic interfaceDetectedLanguageLowConfidenceException.Builderstatic interfaceInternalServerException.Builderstatic interfaceInvalidFilterException.Builderstatic interfaceInvalidParameterValueException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceTextSizeLimitExceededException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceTooManyTagsException.Builderstatic interfaceUnsupportedDisplayLanguageCodeException.Builderstatic interfaceUnsupportedLanguagePairException.BuilderClasses in software.amazon.awssdk.services.translate.model that implement TranslateException.Builder Modifier and Type Class Description protected static classTranslateException.BuilderImplMethods in software.amazon.awssdk.services.translate.model that return TranslateException.Builder Modifier and Type Method Description TranslateException.BuilderTranslateException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TranslateException.BuilderTranslateException. builder()TranslateException.BuilderTranslateException.Builder. cause(Throwable cause)TranslateException.BuilderTranslateException.Builder. message(String message)TranslateException.BuilderTranslateException.Builder. requestId(String requestId)TranslateException.BuilderTranslateException.Builder. statusCode(int statusCode)TranslateException.BuilderTranslateException. toBuilder()TranslateException.BuilderTranslateException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type TranslateException.Builder Modifier and Type Method Description static Class<? extends TranslateException.Builder>TranslateException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.translate.model with parameters of type TranslateException.Builder Constructor Description TranslateException(TranslateException.Builder builder)
-