Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
StartExecutionResult |
AWSStepFunctions.startExecution(StartExecutionRequest startExecutionRequest)
Starts a state machine execution.
|
StartExecutionResult |
AWSStepFunctionsClient.startExecution(StartExecutionRequest request)
Starts a state machine execution.
|
StartExecutionResult |
AbstractAWSStepFunctions.startExecution(StartExecutionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<StartExecutionResult> |
AWSStepFunctionsAsync.startExecutionAsync(StartExecutionRequest startExecutionRequest,
AsyncHandler<StartExecutionRequest,StartExecutionResult> asyncHandler)
Starts a state machine execution.
|
Future<StartExecutionResult> |
AWSStepFunctionsAsyncClient.startExecutionAsync(StartExecutionRequest request,
AsyncHandler<StartExecutionRequest,StartExecutionResult> asyncHandler) |
Future<StartExecutionResult> |
AbstractAWSStepFunctionsAsync.startExecutionAsync(StartExecutionRequest request,
AsyncHandler<StartExecutionRequest,StartExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartExecutionResult |
StartExecutionResult.clone() |
StartExecutionResult |
StartExecutionResult.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
StartExecutionResult |
StartExecutionResult.withStartDate(Date startDate)
The date the execution was started.
|
Copyright © 2017. All rights reserved.