| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions |  | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateStateMachineResult> | AWSStepFunctionsAsync. createStateMachineAsync(CreateStateMachineRequest createStateMachineRequest,
                       AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler)
 Creates a state machine. | 
| Future<CreateStateMachineResult> | AWSStepFunctionsAsyncClient. createStateMachineAsync(CreateStateMachineRequest request,
                       AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler) | 
| Future<CreateStateMachineResult> | AbstractAWSStepFunctionsAsync. createStateMachineAsync(CreateStateMachineRequest request,
                       AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStateMachineRequest | CreateStateMachineRequest. clone() | 
| CreateStateMachineRequest | CreateStateMachineRequest. withDefinition(StateMachine definition)
 The Amazon States Language definition of the state machine. | 
| CreateStateMachineRequest | CreateStateMachineRequest. withDefinition(String definition)
 The Amazon States Language definition of the state machine. | 
| CreateStateMachineRequest | CreateStateMachineRequest. withName(String name)
 The name of the state machine. | 
| CreateStateMachineRequest | CreateStateMachineRequest. withRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role to use for this state machine. | 
Copyright © 2017. All rights reserved.