Uses of Class
step.functions.io.Output
-
Packages that use Output Package Description step.functions.io step.handlers.javahandler -
-
Uses of Output in step.functions.io
Methods in step.functions.io that return Output Modifier and Type Method Description Output<javax.json.JsonObject>
OutputBuilder. build()
Builds the output instance -
Uses of Output in step.handlers.javahandler
Methods in step.handlers.javahandler that return Output Modifier and Type Method Description Output<?>
KeywordException. getOutput()
Output<javax.json.JsonObject>
KeywordExecutor. handle(Input<javax.json.JsonObject> input, AbstractSession tokenSession, AbstractSession tokenReservationSession, Map<String,String> properties)
Output<javax.json.JsonObject>
KeywordRunner.ExecutionContext. run(String function)
Output<javax.json.JsonObject>
KeywordRunner.ExecutionContext. run(String function, String argument)
Output<javax.json.JsonObject>
KeywordRunner.ExecutionContext. run(String function, String argument, Map<String,String> properties)
Output<javax.json.JsonObject>
KeywordRunner.ExecutionContext. run(String function, javax.json.JsonObject argument)
Output<javax.json.JsonObject>
KeywordRunner.ExecutionContext. run(String function, javax.json.JsonObject argument, Map<String,String> properties)
Constructors in step.handlers.javahandler with parameters of type Output Constructor Description KeywordException(Output<?> output)
KeywordException(Output<?> output, Throwable cause)
-