Uses of Class
software.amazon.awssdk.services.translate.model.TerminologyDataLocation
-
Packages that use TerminologyDataLocation Package Description software.amazon.awssdk.services.translate.model -
-
Uses of TerminologyDataLocation in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return TerminologyDataLocation Modifier and Type Method Description TerminologyDataLocationGetTerminologyResponse. auxiliaryDataLocation()The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.TerminologyDataLocationImportTerminologyResponse. auxiliaryDataLocation()The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.TerminologyDataLocationGetTerminologyResponse. terminologyDataLocation()The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate.Methods in software.amazon.awssdk.services.translate.model with parameters of type TerminologyDataLocation Modifier and Type Method Description GetTerminologyResponse.BuilderGetTerminologyResponse.Builder. auxiliaryDataLocation(TerminologyDataLocation auxiliaryDataLocation)The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.ImportTerminologyResponse.BuilderImportTerminologyResponse.Builder. auxiliaryDataLocation(TerminologyDataLocation auxiliaryDataLocation)The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.GetTerminologyResponse.BuilderGetTerminologyResponse.Builder. terminologyDataLocation(TerminologyDataLocation terminologyDataLocation)The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate.
-