Uses of Class
software.amazon.awssdk.services.translate.model.ParallelDataConfig
-
Packages that use ParallelDataConfig Package Description software.amazon.awssdk.services.translate.model -
-
Uses of ParallelDataConfig in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return ParallelDataConfig Modifier and Type Method Description ParallelDataConfigCreateParallelDataRequest. parallelDataConfig()Specifies the format and S3 location of the parallel data input file.ParallelDataConfigParallelDataProperties. parallelDataConfig()Specifies the format and S3 location of the parallel data input file.ParallelDataConfigUpdateParallelDataRequest. parallelDataConfig()Specifies the format and S3 location of the parallel data input file.Methods in software.amazon.awssdk.services.translate.model with parameters of type ParallelDataConfig Modifier and Type Method Description CreateParallelDataRequest.BuilderCreateParallelDataRequest.Builder. parallelDataConfig(ParallelDataConfig parallelDataConfig)Specifies the format and S3 location of the parallel data input file.ParallelDataProperties.BuilderParallelDataProperties.Builder. parallelDataConfig(ParallelDataConfig parallelDataConfig)Specifies the format and S3 location of the parallel data input file.UpdateParallelDataRequest.BuilderUpdateParallelDataRequest.Builder. parallelDataConfig(ParallelDataConfig parallelDataConfig)Specifies the format and S3 location of the parallel data input file.
-