Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionDetail |
AmazonSimpleWorkflowClient.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its
type and some statistics.
|
WorkflowExecutionDetail |
AmazonSimpleWorkflow.describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its
type and some statistics.
|
WorkflowExecutionDetail |
AbstractAmazonSimpleWorkflow.describeWorkflowExecution(DescribeWorkflowExecutionRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its
type and some statistics.
|
java.util.concurrent.Future<WorkflowExecutionDetail> |
AbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request,
AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler) |
java.util.concurrent.Future<WorkflowExecutionDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest,
AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
Returns information about the specified workflow execution including its
type and some statistics.
|
java.util.concurrent.Future<WorkflowExecutionDetail> |
AbstractAmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest request,
AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionDetail |
WorkflowExecutionDetail.clone() |
WorkflowExecutionDetail |
WorkflowExecutionDetail.withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
The configuration settings for this workflow execution including timeout
values, tasklist etc.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withExecutionInfo(WorkflowExecutionInfo executionInfo)
Information about the workflow execution.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withLatestActivityTaskTimestamp(java.util.Date latestActivityTaskTimestamp)
The time when the last activity task was scheduled for this workflow
execution.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withLatestExecutionContext(java.lang.String latestExecutionContext)
The latest executionContext provided by the decider for this workflow
execution.
|
WorkflowExecutionDetail |
WorkflowExecutionDetail.withOpenCounts(WorkflowExecutionOpenCounts openCounts)
The number of tasks for this workflow execution.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionDetail |
WorkflowExecutionDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |