Uses of Class
software.amazon.awssdk.services.translate.model.InputDataConfig
-
Packages that use InputDataConfig Package Description software.amazon.awssdk.services.translate.model -
-
Uses of InputDataConfig in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return InputDataConfig Modifier and Type Method Description InputDataConfigStartTextTranslationJobRequest. inputDataConfig()Specifies the format and location of the input documents for the translation job.InputDataConfigTextTranslationJobProperties. inputDataConfig()The input configuration properties that were specified when the job was requested.Methods in software.amazon.awssdk.services.translate.model with parameters of type InputDataConfig Modifier and Type Method Description StartTextTranslationJobRequest.BuilderStartTextTranslationJobRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Specifies the format and location of the input documents for the translation job.TextTranslationJobProperties.BuilderTextTranslationJobProperties.Builder. inputDataConfig(InputDataConfig inputDataConfig)The input configuration properties that were specified when the job was requested.
-