Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeInfos
Packages that use WorkflowTypeInfos
Package
Description
-
Uses of WorkflowTypeInfos in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return WorkflowTypeInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.listWorkflowTypes
(ListWorkflowTypesRequest request) AmazonSimpleWorkflow.listWorkflowTypes
(ListWorkflowTypesRequest listWorkflowTypesRequest) Returns information about workflow types in the specified domain.AmazonSimpleWorkflowClient.listWorkflowTypes
(ListWorkflowTypesRequest listWorkflowTypesRequest) Returns information about workflow types in the specified domain.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type WorkflowTypeInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listWorkflowTypesAsync
(ListWorkflowTypesRequest request) AbstractAmazonSimpleWorkflowAsync.listWorkflowTypesAsync
(ListWorkflowTypesRequest request, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos> asyncHandler) AmazonSimpleWorkflowAsync.listWorkflowTypesAsync
(ListWorkflowTypesRequest listWorkflowTypesRequest) Returns information about workflow types in the specified domain.AmazonSimpleWorkflowAsync.listWorkflowTypesAsync
(ListWorkflowTypesRequest listWorkflowTypesRequest, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos> asyncHandler) Returns information about workflow types in the specified domain.AmazonSimpleWorkflowAsyncClient.listWorkflowTypesAsync
(ListWorkflowTypesRequest request) AmazonSimpleWorkflowAsyncClient.listWorkflowTypesAsync
(ListWorkflowTypesRequest request, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowTypeInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listWorkflowTypesAsync
(ListWorkflowTypesRequest request, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos> asyncHandler) AmazonSimpleWorkflowAsync.listWorkflowTypesAsync
(ListWorkflowTypesRequest listWorkflowTypesRequest, AsyncHandler<ListWorkflowTypesRequest, WorkflowTypeInfos> asyncHandler) Returns information about workflow types in the specified domain.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 WorkflowTypeInfosModifier and TypeMethodDescriptionWorkflowTypeInfos.clone()
WorkflowTypeInfos.withNextPageToken
(String nextPageToken) If aNextPageToken
was returned by a previous call, there are more results available.WorkflowTypeInfos.withTypeInfos
(WorkflowTypeInfo... typeInfos) The list of workflow type information.WorkflowTypeInfos.withTypeInfos
(Collection<WorkflowTypeInfo> typeInfos) The list of workflow type information.