Uses of Class
com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
Packages that use RegisterActivityTypeRequest
Package
Description
-
Uses of RegisterActivityTypeRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type RegisterActivityTypeRequestModifier and TypeMethodDescriptionvoid
AbstractAmazonSimpleWorkflow.registerActivityType
(RegisterActivityTypeRequest request) void
AmazonSimpleWorkflow.registerActivityType
(RegisterActivityTypeRequest registerActivityTypeRequest) Registers a new activity type along with its configuration settings in the specified domain.void
AmazonSimpleWorkflowClient.registerActivityType
(RegisterActivityTypeRequest registerActivityTypeRequest) Registers a new activity type along with its configuration settings in the specified domain.AbstractAmazonSimpleWorkflowAsync.registerActivityTypeAsync
(RegisterActivityTypeRequest request) AbstractAmazonSimpleWorkflowAsync.registerActivityTypeAsync
(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.registerActivityTypeAsync
(RegisterActivityTypeRequest registerActivityTypeRequest) Registers a new activity type along with its configuration settings in the specified domain.AmazonSimpleWorkflowAsync.registerActivityTypeAsync
(RegisterActivityTypeRequest registerActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest, Void> asyncHandler) Registers a new activity type along with its configuration settings in the specified domain.AmazonSimpleWorkflowAsyncClient.registerActivityTypeAsync
(RegisterActivityTypeRequest request) AmazonSimpleWorkflowAsyncClient.registerActivityTypeAsync
(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest, Void> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RegisterActivityTypeRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.registerActivityTypeAsync
(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.registerActivityTypeAsync
(RegisterActivityTypeRequest registerActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest, Void> asyncHandler) Registers a new activity type along with its configuration settings in the specified domain.AmazonSimpleWorkflowAsyncClient.registerActivityTypeAsync
(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest, Void> asyncHandler) -
Uses of RegisterActivityTypeRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RegisterActivityTypeRequestModifier and TypeMethodDescriptionRegisterActivityTypeRequest.clone()
RegisterActivityTypeRequest.withDefaultTaskHeartbeatTimeout
(String defaultTaskHeartbeatTimeout) If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat.RegisterActivityTypeRequest.withDefaultTaskList
(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling tasks of this activity type.RegisterActivityTypeRequest.withDefaultTaskPriority
(String defaultTaskPriority) The default task priority to assign to the activity type.RegisterActivityTypeRequest.withDefaultTaskScheduleToCloseTimeout
(String defaultTaskScheduleToCloseTimeout) If set, specifies the default maximum duration for a task of this activity type.RegisterActivityTypeRequest.withDefaultTaskScheduleToStartTimeout
(String defaultTaskScheduleToStartTimeout) If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker.RegisterActivityTypeRequest.withDefaultTaskStartToCloseTimeout
(String defaultTaskStartToCloseTimeout) If set, specifies the default maximum duration that a worker can take to process tasks of this activity type.RegisterActivityTypeRequest.withDescription
(String description) A textual description of the activity type.RegisterActivityTypeRequest.withDomain
(String domain) The name of the domain in which this activity is to be registered.The name of the activity type within the domain.RegisterActivityTypeRequest.withVersion
(String version) The version of the activity type.