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