Uses of Class
com.amazonaws.services.simpleworkflow.model.ListWorkflowTypesRequest
Packages that use ListWorkflowTypesRequest
Package
Description
-
Uses of ListWorkflowTypesRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type ListWorkflowTypesRequestModifier 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.AbstractAmazonSimpleWorkflowAsync.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 ListWorkflowTypesRequestModifier 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 ListWorkflowTypesRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ListWorkflowTypesRequestModifier and TypeMethodDescriptionListWorkflowTypesRequest.clone()
ListWorkflowTypesRequest.withDomain
(String domain) The name of the domain in which the workflow types have been registered.ListWorkflowTypesRequest.withMaximumPageSize
(Integer maximumPageSize) The maximum number of results that will be returned per call.If specified, lists the workflow type with this name.ListWorkflowTypesRequest.withNextPageToken
(String nextPageToken) If aNextPageToken
was returned by a previous call, there are more results available.ListWorkflowTypesRequest.withRegistrationStatus
(RegistrationStatus registrationStatus) Specifies the registration status of the workflow types to list.ListWorkflowTypesRequest.withRegistrationStatus
(String registrationStatus) Specifies the registration status of the workflow types to list.ListWorkflowTypesRequest.withReverseOrder
(Boolean reverseOrder) When set totrue
, returns the results in reverse order.