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.
|
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 |
---|---|
DescribeExecutionRequest |
DescribeExecutionRequest.clone() |
DescribeExecutionRequest |
DescribeExecutionRequest.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to describe.
|
Copyright © 2023. All rights reserved.