Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
CreateStateMachineResult |
AWSStepFunctionsClient.createStateMachine(CreateStateMachineRequest request)
Creates a state machine.
|
CreateStateMachineResult |
AWSStepFunctions.createStateMachine(CreateStateMachineRequest createStateMachineRequest)
Creates a state machine.
|
CreateStateMachineResult |
AbstractAWSStepFunctions.createStateMachine(CreateStateMachineRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateStateMachineResult> |
AWSStepFunctionsAsyncClient.createStateMachineAsync(CreateStateMachineRequest request,
AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler) |
Future<CreateStateMachineResult> |
AWSStepFunctionsAsync.createStateMachineAsync(CreateStateMachineRequest createStateMachineRequest,
AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler)
Creates a state machine.
|
Future<CreateStateMachineResult> |
AbstractAWSStepFunctionsAsync.createStateMachineAsync(CreateStateMachineRequest request,
AsyncHandler<CreateStateMachineRequest,CreateStateMachineResult> asyncHandler) |
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.
|
Copyright © 2022. All rights reserved.