| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions | 
 | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
CreateStateMachineResult | 
AbstractAWSStepFunctions.createStateMachine(CreateStateMachineRequest request)  | 
CreateStateMachineResult | 
AWSStepFunctionsClient.createStateMachine(CreateStateMachineRequest request)
 Creates a state machine. 
 | 
CreateStateMachineResult | 
AWSStepFunctions.createStateMachine(CreateStateMachineRequest createStateMachineRequest)
 Creates a state machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateStateMachineResult> | 
AbstractAWSStepFunctionsAsync.createStateMachineAsync(CreateStateMachineRequest request,
                       AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler)  | 
Future<CreateStateMachineResult> | 
AWSStepFunctionsAsyncClient.createStateMachineAsync(CreateStateMachineRequest request,
                       AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler)  | 
Future<CreateStateMachineResult> | 
AWSStepFunctionsAsync.createStateMachineAsync(CreateStateMachineRequest createStateMachineRequest,
                       AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler)
 Creates a state machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateStateMachineResult | 
CreateStateMachineResult.clone()  | 
CreateStateMachineResult | 
CreateStateMachineResult.withCreationDate(Date creationDate)
 The date the state machine is created. 
 | 
CreateStateMachineResult | 
CreateStateMachineResult.withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) that identifies the created state machine. 
 | 
CreateStateMachineResult | 
CreateStateMachineResult.withStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) that identifies the created state machine version. 
 | 
Copyright © 2024. All rights reserved.