Uses of Class
com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
-
Packages that use ListWorkflowTypesRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of ListWorkflowTypesRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type ListWorkflowTypesRequest 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.Future<WorkflowTypeInfos>AbstractAmazonSimpleWorkflowAsync. listWorkflowTypesAsync(ListWorkflowTypesRequest request)Future<WorkflowTypeInfos>AbstractAmazonSimpleWorkflowAsync. listWorkflowTypesAsync(ListWorkflowTypesRequest request, AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)Future<WorkflowTypeInfos>AmazonSimpleWorkflowAsync. listWorkflowTypesAsync(ListWorkflowTypesRequest listWorkflowTypesRequest)Returns information about workflow types in the specified domain.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)Future<WorkflowTypeInfos>AmazonSimpleWorkflowAsyncClient. listWorkflowTypesAsync(ListWorkflowTypesRequest request, AsyncHandler<ListWorkflowTypesRequest,WorkflowTypeInfos> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type ListWorkflowTypesRequest 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 ListWorkflowTypesRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ListWorkflowTypesRequest Modifier and Type Method Description ListWorkflowTypesRequestListWorkflowTypesRequest. clone()ListWorkflowTypesRequestListWorkflowTypesRequest. withDomain(String domain)The name of the domain in which the workflow types have been registered.ListWorkflowTypesRequestListWorkflowTypesRequest. withMaximumPageSize(Integer maximumPageSize)The maximum number of results that will be returned per call.ListWorkflowTypesRequestListWorkflowTypesRequest. withName(String name)If specified, lists the workflow type with this name.ListWorkflowTypesRequestListWorkflowTypesRequest. withNextPageToken(String nextPageToken)If aNextPageTokenwas returned by a previous call, there are more results available.ListWorkflowTypesRequestListWorkflowTypesRequest. withRegistrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the workflow types to list.ListWorkflowTypesRequestListWorkflowTypesRequest. withRegistrationStatus(String registrationStatus)Specifies the registration status of the workflow types to list.ListWorkflowTypesRequestListWorkflowTypesRequest. withReverseOrder(Boolean reverseOrder)When set totrue, returns the results in reverse order.
-