default RedriveExecutionResponse |
SfnClient.redriveExecution(Consumer<RedriveExecutionRequest.Builder> redriveExecutionRequest) |
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
default RedriveExecutionResponse |
SfnClient.redriveExecution(RedriveExecutionRequest redriveExecutionRequest) |
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days.
|
default StartExecutionResponse |
SfnClient.startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest) |
Starts a state machine execution.
|
default StartExecutionResponse |
SfnClient.startExecution(StartExecutionRequest startExecutionRequest) |
Starts a state machine execution.
|