| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions |  | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<UpdateStateMachineResult> | AWSStepFunctionsAsync. updateStateMachineAsync(UpdateStateMachineRequest updateStateMachineRequest,
                       AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler)
 Updates an existing state machine by modifying its  definitionand/orroleArn. | 
| 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 | 
|---|---|
| UpdateStateMachineRequest | UpdateStateMachineRequest. clone() | 
| UpdateStateMachineRequest | UpdateStateMachineRequest. withDefinition(String definition)
 The Amazon States Language definition of the state machine. | 
| UpdateStateMachineRequest | UpdateStateMachineRequest. withRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role of the state machine. | 
| UpdateStateMachineRequest | UpdateStateMachineRequest. withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine. | 
Copyright © 2018. All rights reserved.