| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow |
|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfos |
AmazonSimpleWorkflow.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
WorkflowTypeInfos |
AbstractAmazonSimpleWorkflow.listWorkflowTypes(ListWorkflowTypesRequest request) |
WorkflowTypeInfos |
AmazonSimpleWorkflowClient.listWorkflowTypes(ListWorkflowTypesRequest request)
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 request,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler) |
Future<WorkflowTypeInfos> |
AbstractAmazonSimpleWorkflowAsync.listWorkflowTypesAsync(ListWorkflowTypesRequest request,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfos |
WorkflowTypeInfos.clone() |
WorkflowTypeInfos |
WorkflowTypeInfos.withNextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
WorkflowTypeInfos |
WorkflowTypeInfos.withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
WorkflowTypeInfos |
WorkflowTypeInfos.withTypeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.
|
Copyright © 2020. All rights reserved.