Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
-
Packages that use WorkflowTypeInfos Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowTypeInfos in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return WorkflowTypeInfos Modifier and Type Method Description WorkflowTypeInfos
AbstractAmazonSimpleWorkflow. listWorkflowTypes(ListWorkflowTypesRequest request)
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.Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowTypeInfos Modifier and Type Method Description Future<WorkflowTypeInfos>
AbstractAmazonSimpleWorkflowAsync. 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.Future<WorkflowTypeInfos>
AmazonSimpleWorkflowAsyncClient. listWorkflowTypesAsync(ListWorkflowTypesRequest request, AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)
-
Uses of WorkflowTypeInfos in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeInfos Modifier and Type Method Description WorkflowTypeInfos
WorkflowTypeInfos. clone()
WorkflowTypeInfos
WorkflowTypeInfos. withNextPageToken(String nextPageToken)
If aNextPageToken
was returned by a previous call, there are more results available.WorkflowTypeInfos
WorkflowTypeInfos. withTypeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.WorkflowTypeInfos
WorkflowTypeInfos. withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
-