Uses of Class
software.amazon.awssdk.services.apptest.model.Output
-
Packages that use Output Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Output in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return Output Modifier and Type Method Description static OutputOutput. fromFile(Consumer<OutputFile.Builder> file)Create an instance of this class withfile()initialized to the given value.static OutputOutput. fromFile(OutputFile file)Create an instance of this class withfile()initialized to the given value.OutputCompareAction. output()The output of the compare action.Methods in software.amazon.awssdk.services.apptest.model with parameters of type Output Modifier and Type Method Description CompareAction.BuilderCompareAction.Builder. output(Output output)The output of the compare action.
-