| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions | 
 | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeStateMachineForExecutionResult | 
AWSStepFunctions.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest)
 Describes the state machine associated with a specific execution. 
 | 
DescribeStateMachineForExecutionResult | 
AWSStepFunctionsClient.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest request)
 Describes the state machine associated with a specific execution. 
 | 
DescribeStateMachineForExecutionResult | 
AbstractAWSStepFunctions.describeStateMachineForExecution(DescribeStateMachineForExecutionRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeStateMachineForExecutionResult | 
DescribeStateMachineForExecutionResult.clone()  | 
DescribeStateMachineForExecutionResult | 
DescribeStateMachineForExecutionResult.withDefinition(String definition)
 The Amazon States Language definition of the state machine. 
 | 
DescribeStateMachineForExecutionResult | 
DescribeStateMachineForExecutionResult.withName(String name)
 The name of the state machine associated with the execution. 
 | 
DescribeStateMachineForExecutionResult | 
DescribeStateMachineForExecutionResult.withRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution. 
 | 
DescribeStateMachineForExecutionResult | 
DescribeStateMachineForExecutionResult.withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine associated with the execution. 
 | 
DescribeStateMachineForExecutionResult | 
DescribeStateMachineForExecutionResult.withUpdateDate(Date updateDate)
 The date and time the state machine associated with an execution was updated. 
 | 
Copyright © 2017. All rights reserved.