Uses of Class
com.amazonaws.services.simpleworkflow.model.ListActivityTypesRequest
Packages that use ListActivityTypesRequest
Package
Description
-
Uses of ListActivityTypesRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type ListActivityTypesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.listActivityTypes
(ListActivityTypesRequest request) AmazonSimpleWorkflow.listActivityTypes
(ListActivityTypesRequest listActivityTypesRequest) Returns information about all activities registered in the specified domain that match the specified name and registration status.AmazonSimpleWorkflowClient.listActivityTypes
(ListActivityTypesRequest listActivityTypesRequest) Returns information about all activities registered in the specified domain that match the specified name and registration status.AbstractAmazonSimpleWorkflowAsync.listActivityTypesAsync
(ListActivityTypesRequest request) AbstractAmazonSimpleWorkflowAsync.listActivityTypesAsync
(ListActivityTypesRequest request, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos> asyncHandler) AmazonSimpleWorkflowAsync.listActivityTypesAsync
(ListActivityTypesRequest listActivityTypesRequest) Returns information about all activities registered in the specified domain that match the specified name and registration status.AmazonSimpleWorkflowAsync.listActivityTypesAsync
(ListActivityTypesRequest listActivityTypesRequest, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos> asyncHandler) Returns information about all activities registered in the specified domain that match the specified name and registration status.AmazonSimpleWorkflowAsyncClient.listActivityTypesAsync
(ListActivityTypesRequest request) AmazonSimpleWorkflowAsyncClient.listActivityTypesAsync
(ListActivityTypesRequest request, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type ListActivityTypesRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listActivityTypesAsync
(ListActivityTypesRequest request, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos> asyncHandler) AmazonSimpleWorkflowAsync.listActivityTypesAsync
(ListActivityTypesRequest listActivityTypesRequest, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos> asyncHandler) Returns information about all activities registered in the specified domain that match the specified name and registration status.AmazonSimpleWorkflowAsyncClient.listActivityTypesAsync
(ListActivityTypesRequest request, AsyncHandler<ListActivityTypesRequest, ActivityTypeInfos> asyncHandler) -
Uses of ListActivityTypesRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ListActivityTypesRequestModifier and TypeMethodDescriptionListActivityTypesRequest.clone()
ListActivityTypesRequest.withDomain
(String domain) The name of the domain in which the activity types have been registered.ListActivityTypesRequest.withMaximumPageSize
(Integer maximumPageSize) The maximum number of results that will be returned per call.If specified, only lists the activity types that have this name.ListActivityTypesRequest.withNextPageToken
(String nextPageToken) If aNextPageToken
was returned by a previous call, there are more results available.ListActivityTypesRequest.withRegistrationStatus
(RegistrationStatus registrationStatus) Specifies the registration status of the activity types to list.ListActivityTypesRequest.withRegistrationStatus
(String registrationStatus) Specifies the registration status of the activity types to list.ListActivityTypesRequest.withReverseOrder
(Boolean reverseOrder) When set totrue
, returns the results in reverse order.