| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow | 
 Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
 | 
| com.amazonaws.services.simpleworkflow.model | 
 Classes modeling the various types represented by AmazonSimpleWorkflow. 
 | 
| 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. 
 | 
Future<WorkflowExecutionDetail> | 
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
 Returns information about the specified workflow execution including
 its type and some statistics. 
 | 
Future<WorkflowExecutionDetail> | 
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
 Returns information about the specified workflow execution including
 its type and some statistics. 
 | 
Future<WorkflowExecutionDetail> | 
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest,
                              AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
 Returns information about the specified workflow execution including
 its type and some statistics. 
 | 
Future<WorkflowExecutionDetail> | 
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest,
                              AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
 Returns information about the specified workflow execution including
 its type and some statistics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<WorkflowExecutionDetail> | 
AmazonSimpleWorkflowAsyncClient.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest,
                              AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
 Returns information about the specified workflow execution including
 its type and some statistics. 
 | 
Future<WorkflowExecutionDetail> | 
AmazonSimpleWorkflowAsync.describeWorkflowExecutionAsync(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest,
                              AsyncHandler<DescribeWorkflowExecutionRequest,WorkflowExecutionDetail> asyncHandler)
 Returns information about the specified workflow execution including
 its type and some statistics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeWorkflowExecutionRequest | 
DescribeWorkflowExecutionRequest.clone()  | 
DescribeWorkflowExecutionRequest | 
DescribeWorkflowExecutionRequest.withDomain(String domain)
The name of the domain containing the workflow execution. 
 | 
DescribeWorkflowExecutionRequest | 
DescribeWorkflowExecutionRequest.withExecution(WorkflowExecution execution)
The workflow execution to describe. 
 | 
Copyright © 2015. All rights reserved.