Interface FlowResult


public interface FlowResult
Result of the flow request which holds generated ClientToken or FlowRequestError if error occurred
  • Method Details

    • indicatesSuccess

      boolean indicatesSuccess()
    • toSuccessResult

      ClientToken toSuccessResult()
    • toErrorResult

      FlowRequestError toErrorResult()