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 WorkflowTypeInfosAbstractAmazonSimpleWorkflow. listWorkflowTypes(ListWorkflowTypesRequest request)WorkflowTypeInfosAmazonSimpleWorkflow. listWorkflowTypes(ListWorkflowTypesRequest listWorkflowTypesRequest)Returns information about workflow types in the specified domain.WorkflowTypeInfosAmazonSimpleWorkflowClient. 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 WorkflowTypeInfosWorkflowTypeInfos. clone()WorkflowTypeInfosWorkflowTypeInfos. withNextPageToken(String nextPageToken)If aNextPageTokenwas returned by a previous call, there are more results available.WorkflowTypeInfosWorkflowTypeInfos. withTypeInfos(WorkflowTypeInfo... typeInfos)The list of workflow type information.WorkflowTypeInfosWorkflowTypeInfos. withTypeInfos(Collection<WorkflowTypeInfo> typeInfos)The list of workflow type information.
-