| 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 |
|---|---|
WorkflowTypeInfos |
AmazonSimpleWorkflow.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
WorkflowTypeInfos |
AmazonSimpleWorkflowClient.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsync.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsync.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)
Returns information about workflow types in the specified domain.
|
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)
Returns information about workflow types in the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsync.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)
Returns information about workflow types in the specified domain.
|
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)
Returns information about workflow types in the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withDomain(String domain)
The name of the domain in which the workflow types have been
registered.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withMaximumPageSize(Integer maximumPageSize)
The maximum number of results returned in each page.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withName(String name)
If specified, lists the workflow type with this name.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withNextPageToken(String nextPageToken)
If on a previous call to this method a
NextPageToken was
returned, the results are being paginated. |
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
Specifies the registration status of the workflow types to list.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withRegistrationStatus(String registrationStatus)
Specifies the registration status of the workflow types to list.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withReverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
Copyright © 2014. All rights reserved.