| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions | 
 | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeExecutionResult | 
AWSStepFunctionsClient.describeExecution(DescribeExecutionRequest request)
 Provides information about a state machine execution, such as the state machine associated with the execution,
 the execution input and output, and relevant execution metadata. 
 | 
DescribeExecutionResult | 
AbstractAWSStepFunctions.describeExecution(DescribeExecutionRequest request)  | 
DescribeExecutionResult | 
AWSStepFunctions.describeExecution(DescribeExecutionRequest describeExecutionRequest)
 Provides information about a state machine execution, such as the state machine associated with the execution,
 the execution input and output, and relevant execution metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeExecutionResult> | 
AWSStepFunctionsAsyncClient.describeExecutionAsync(DescribeExecutionRequest request)  | 
Future<DescribeExecutionResult> | 
AWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest describeExecutionRequest)
 Provides information about a state machine execution, such as the state machine associated with the execution,
 the execution input and output, and relevant execution metadata. 
 | 
Future<DescribeExecutionResult> | 
AbstractAWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest request)  | 
Future<DescribeExecutionResult> | 
AWSStepFunctionsAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
                      AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)  | 
Future<DescribeExecutionResult> | 
AWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest describeExecutionRequest,
                      AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)
 Provides information about a state machine execution, such as the state machine associated with the execution,
 the execution input and output, and relevant execution metadata. 
 | 
Future<DescribeExecutionResult> | 
AbstractAWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest request,
                      AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeExecutionResult> | 
AWSStepFunctionsAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
                      AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)  | 
Future<DescribeExecutionResult> | 
AWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest describeExecutionRequest,
                      AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)
 Provides information about a state machine execution, such as the state machine associated with the execution,
 the execution input and output, and relevant execution metadata. 
 | 
Future<DescribeExecutionResult> | 
AbstractAWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest request,
                      AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeExecutionResult | 
DescribeExecutionResult.clone()  | 
DescribeExecutionResult | 
DescribeExecutionResult.withCause(String cause)
 The cause string if the state machine execution failed. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withError(String error)
 The error string if the state machine execution failed. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withExecutionArn(String executionArn)
 The Amazon Resource Name (ARN) that identifies the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withInput(String input)
 The string that contains the JSON input data of the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withInputDetails(CloudWatchEventsExecutionDataDetails inputDetails)  | 
DescribeExecutionResult | 
DescribeExecutionResult.withMapRunArn(String mapRunArn)
 The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withName(String name)
 The name of the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withOutput(String output)
 The JSON output data of the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withOutputDetails(CloudWatchEventsExecutionDataDetails outputDetails)  | 
DescribeExecutionResult | 
DescribeExecutionResult.withRedriveCount(Integer redriveCount)
 The number of times you've redriven an execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withRedriveDate(Date redriveDate)
 The date the execution was last redriven. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withRedriveStatus(ExecutionRedriveStatus redriveStatus)
 Indicates whether or not an execution can be redriven at a given point in time. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withRedriveStatus(String redriveStatus)
 Indicates whether or not an execution can be redriven at a given point in time. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withRedriveStatusReason(String redriveStatusReason)
 When  
redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the
 reason why an execution cannot be redriven. | 
DescribeExecutionResult | 
DescribeExecutionResult.withStartDate(Date startDate)
 The date the execution is started. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withStateMachineAliasArn(String stateMachineAliasArn)
 The Amazon Resource Name (ARN) of the state machine alias associated with the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the executed stated machine. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) of the state machine version associated with the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withStatus(ExecutionStatus status)
 The current status of the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withStatus(String status)
 The current status of the execution. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withStopDate(Date stopDate)
 If the execution ended, the date the execution stopped. 
 | 
DescribeExecutionResult | 
DescribeExecutionResult.withTraceHeader(String traceHeader)
 The X-Ray trace header that was passed to the execution. 
 | 
Copyright © 2024. All rights reserved.