Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
DescribeExecutionResult |
AWSStepFunctions.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Describes an execution.
|
DescribeExecutionResult |
AWSStepFunctionsClient.describeExecution(DescribeExecutionRequest request)
Describes an execution.
|
DescribeExecutionResult |
AbstractAWSStepFunctions.describeExecution(DescribeExecutionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeExecutionResult> |
AWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest describeExecutionRequest,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler)
Describes an execution.
|
Future<DescribeExecutionResult> |
AWSStepFunctionsAsyncClient.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
Future<DescribeExecutionResult> |
AbstractAWSStepFunctionsAsync.describeExecutionAsync(DescribeExecutionRequest request,
AsyncHandler<DescribeExecutionRequest,DescribeExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeExecutionResult |
DescribeExecutionResult.clone() |
DescribeExecutionResult |
DescribeExecutionResult.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
DescribeExecutionResult |
DescribeExecutionResult.withInput(String input)
The JSON input data of the 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.withStartDate(Date startDate)
The date the execution was started.
|
DescribeExecutionResult |
DescribeExecutionResult.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the executed stated machine.
|
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 has already ended, the date the execution stopped.
|
Copyright © 2017. All rights reserved.