Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
WorkflowTypeInfos |
AbstractAmazonSimpleWorkflow.listWorkflowTypes(ListWorkflowTypesRequest request) |
WorkflowTypeInfos |
AmazonSimpleWorkflowClient.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
WorkflowTypeInfos |
AmazonSimpleWorkflow.listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)
Returns information about workflow types in the specified domain.
|
Modifier and Type | Method and Description |
---|---|
Future<WorkflowTypeInfos> |
AbstractAmazonSimpleWorkflowAsync.listWorkflowTypesAsync(ListWorkflowTypesRequest request,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler) |
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsyncClient.listWorkflowTypesAsync(ListWorkflowTypesRequest request,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler) |
Future<WorkflowTypeInfos> |
AmazonSimpleWorkflowAsync.listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest,
AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)
Returns information about workflow types in the specified domain.
|
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 © 2018. All rights reserved.