Interface FlowResult
public interface FlowResult
Result of the flow request which holds generated
ClientToken or FlowRequestError if error occurred-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
indicatesSuccess
boolean indicatesSuccess() -
toSuccessResult
ClientToken toSuccessResult() -
toErrorResult
FlowRequestError toErrorResult()
-