Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTypeInfos
Packages that use ActivityTypeInfos
Package
Description
-
Uses of ActivityTypeInfos in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return ActivityTypeInfosModifier 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.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type ActivityTypeInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.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 ActivityTypeInfosModifier 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 ActivityTypeInfos in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTypeInfosModifier and TypeMethodDescriptionActivityTypeInfos.clone()
ActivityTypeInfos.withNextPageToken
(String nextPageToken) If aNextPageToken
was returned by a previous call, there are more results available.ActivityTypeInfos.withTypeInfos
(ActivityTypeInfo... typeInfos) List of activity type information.ActivityTypeInfos.withTypeInfos
(Collection<ActivityTypeInfo> typeInfos) List of activity type information.