Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
UpdateStateMachineResult |
AWSStepFunctions.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)
Updates an existing state machine by modifying its
definition and/or roleArn . |
UpdateStateMachineResult |
AWSStepFunctionsClient.updateStateMachine(UpdateStateMachineRequest request)
Updates an existing state machine by modifying its
definition and/or roleArn . |
UpdateStateMachineResult |
AbstractAWSStepFunctions.updateStateMachine(UpdateStateMachineRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest updateStateMachineRequest,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler)
Updates an existing state machine by modifying its
definition and/or roleArn . |
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsyncClient.updateStateMachineAsync(UpdateStateMachineRequest request,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler) |
Future<UpdateStateMachineResult> |
AbstractAWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest request,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateStateMachineResult |
UpdateStateMachineResult.clone() |
UpdateStateMachineResult |
UpdateStateMachineResult.withUpdateDate(Date updateDate)
The date and time the state machine was updated.
|
Copyright © 2018. All rights reserved.