Uses of Class
software.amazon.awssdk.services.apptest.model.OutputFile
-
Packages that use OutputFile Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of OutputFile in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return OutputFile Modifier and Type Method Description OutputFileOutput. file()The file of the output.Methods in software.amazon.awssdk.services.apptest.model with parameters of type OutputFile Modifier and Type Method Description Output.BuilderOutput.Builder. file(OutputFile file)The file of the output.static OutputOutput. fromFile(OutputFile file)Create an instance of this class withOutput.file()initialized to the given value.
-