Uses of Class
software.amazon.awssdk.services.translate.model.ParallelDataDataLocation
-
Packages that use ParallelDataDataLocation Package Description software.amazon.awssdk.services.translate.model -
-
Uses of ParallelDataDataLocation in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return ParallelDataDataLocation Modifier and Type Method Description ParallelDataDataLocationGetParallelDataResponse. auxiliaryDataLocation()The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.ParallelDataDataLocationGetParallelDataResponse. dataLocation()The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate.ParallelDataDataLocationGetParallelDataResponse. latestUpdateAttemptAuxiliaryDataLocation()The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.Methods in software.amazon.awssdk.services.translate.model with parameters of type ParallelDataDataLocation Modifier and Type Method Description GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. auxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. dataLocation(ParallelDataDataLocation dataLocation)The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate.GetParallelDataResponse.BuilderGetParallelDataResponse.Builder. latestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
-