Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeExecutionResult> |
AbstractAWSStepFunctionsAsync.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> |
AWSStepFunctionsAsyncClient.describeExecutionAsync(DescribeExecutionRequest request) |
Future<DescribeExecutionResult> |
AbstractAWSStepFunctionsAsync.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> |
AWSStepFunctionsAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeExecutionResult> |
AbstractAWSStepFunctionsAsync.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> |
AWSStepFunctionsAsyncClient.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.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 © 2023. All rights reserved.