| 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 |
|---|---|
WorkflowTypeDetail |
AmazonSimpleWorkflow.describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type .
|
WorkflowTypeDetail |
AmazonSimpleWorkflowClient.describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type .
|
| Modifier and Type | Method and Description |
|---|---|
Future<WorkflowTypeDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowTypeAsync(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type .
|
Future<WorkflowTypeDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowTypeAsync(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)
Returns information about the specified workflow type .
|
Future<WorkflowTypeDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowTypeAsync(DescribeWorkflowTypeRequest describeWorkflowTypeRequest,
AsyncHandler<DescribeWorkflowTypeRequest,WorkflowTypeDetail> asyncHandler)
Returns information about the specified workflow type .
|
Future<WorkflowTypeDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowTypeAsync(DescribeWorkflowTypeRequest describeWorkflowTypeRequest,
AsyncHandler<DescribeWorkflowTypeRequest,WorkflowTypeDetail> asyncHandler)
Returns information about the specified workflow type .
|
| Modifier and Type | Method and Description |
|---|---|
Future<WorkflowTypeDetail> |
AmazonSimpleWorkflowAsync.describeWorkflowTypeAsync(DescribeWorkflowTypeRequest describeWorkflowTypeRequest,
AsyncHandler<DescribeWorkflowTypeRequest,WorkflowTypeDetail> asyncHandler)
Returns information about the specified workflow type .
|
Future<WorkflowTypeDetail> |
AmazonSimpleWorkflowAsyncClient.describeWorkflowTypeAsync(DescribeWorkflowTypeRequest describeWorkflowTypeRequest,
AsyncHandler<DescribeWorkflowTypeRequest,WorkflowTypeDetail> asyncHandler)
Returns information about the specified workflow type .
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeDetail |
WorkflowTypeDetail.clone() |
WorkflowTypeDetail |
WorkflowTypeDetail.withConfiguration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through
RegisterWorkflowType
|
WorkflowTypeDetail |
WorkflowTypeDetail.withTypeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
|
Copyright © 2015. All rights reserved.