Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
Future<StartExecutionResult> |
AbstractAWSStepFunctionsAsync.startExecutionAsync(StartExecutionRequest request,
AsyncHandler<StartExecutionRequest,StartExecutionResult> asyncHandler) |
Future<StartExecutionResult> |
AWSStepFunctionsAsyncClient.startExecutionAsync(StartExecutionRequest request,
AsyncHandler<StartExecutionRequest,StartExecutionResult> asyncHandler) |
Future<StartExecutionResult> |
AWSStepFunctionsAsync.startExecutionAsync(StartExecutionRequest startExecutionRequest,
AsyncHandler<StartExecutionRequest,StartExecutionResult> asyncHandler)
Starts a state machine execution.
|
Modifier and Type | Method and Description |
---|---|
StartExecutionRequest |
StartExecutionRequest.clone() |
StartExecutionRequest |
StartExecutionRequest.withInput(String input)
The string that contains the JSON input data for the execution, for example:
|
StartExecutionRequest |
StartExecutionRequest.withName(String name)
Optional name of the execution.
|
StartExecutionRequest |
StartExecutionRequest.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine to execute.
|
StartExecutionRequest |
StartExecutionRequest.withTraceHeader(String traceHeader)
Passes the X-Ray trace header.
|
Copyright © 2024. All rights reserved.