| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions | 
 | 
| com.amazonaws.services.stepfunctions.model | 
| 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 | 
|---|---|
StartExecutionRequest | 
StartExecutionRequest.clone()  | 
StartExecutionRequest | 
StartExecutionRequest.withInput(String input)
 The JSON input data for the execution. 
 | 
StartExecutionRequest | 
StartExecutionRequest.withName(String name)
 The name of the execution. 
 | 
StartExecutionRequest | 
StartExecutionRequest.withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine to execute. 
 | 
Copyright © 2017. All rights reserved.