Uses of Class
software.amazon.awssdk.services.apptest.model.InputFile
-
Packages that use InputFile Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of InputFile in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return InputFile Modifier and Type Method Description InputFileInput. file()The file in the input.Methods in software.amazon.awssdk.services.apptest.model with parameters of type InputFile Modifier and Type Method Description Input.BuilderInput.Builder. file(InputFile file)The file in the input.static InputInput. fromFile(InputFile file)Create an instance of this class withInput.file()initialized to the given value.
-