| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions |  | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStateMachineForExecutionResult | AbstractAWSStepFunctions. describeStateMachineForExecution(DescribeStateMachineForExecutionRequest request) | 
| DescribeStateMachineForExecutionResult | AWSStepFunctions. describeStateMachineForExecution(DescribeStateMachineForExecutionRequest describeStateMachineForExecutionRequest)
 Provides information about a state machine's definition, its execution role ARN, and configuration. | 
| DescribeStateMachineForExecutionResult | AWSStepFunctionsClient. describeStateMachineForExecution(DescribeStateMachineForExecutionRequest request)
 Provides information about a state machine's definition, its execution role ARN, and configuration. | 
| 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. withLabel(String label)
 A user-defined or an auto-generated string that identifies a  Mapstate. | 
| DescribeStateMachineForExecutionResult | DescribeStateMachineForExecutionResult. withLoggingConfiguration(LoggingConfiguration loggingConfiguration) | 
| DescribeStateMachineForExecutionResult | DescribeStateMachineForExecutionResult. withMapRunArn(String mapRunArn)
 The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution. | 
| DescribeStateMachineForExecutionResult | DescribeStateMachineForExecutionResult. withName(String name)
 The name of the state machine associated with the execution. | 
| DescribeStateMachineForExecutionResult | DescribeStateMachineForExecutionResult. withRevisionId(String revisionId)
 The revision identifier for the state machine. | 
| 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. withTracingConfiguration(TracingConfiguration tracingConfiguration)
 Selects whether X-Ray tracing is enabled. | 
| DescribeStateMachineForExecutionResult | DescribeStateMachineForExecutionResult. withUpdateDate(Date updateDate)
 The date and time the state machine associated with an execution was updated. | 
Copyright © 2023. All rights reserved.