Uses of Class
com.amazonaws.services.simpleworkflow.model.RegisterActivityTypeRequest
-
Packages that use RegisterActivityTypeRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of RegisterActivityTypeRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type RegisterActivityTypeRequest Modifier and Type Method Description voidAbstractAmazonSimpleWorkflow. registerActivityType(RegisterActivityTypeRequest request)voidAmazonSimpleWorkflow. registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.voidAmazonSimpleWorkflowClient. registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.Future<Void>AbstractAmazonSimpleWorkflowAsync. registerActivityTypeAsync(RegisterActivityTypeRequest request)Future<Void>AbstractAmazonSimpleWorkflowAsync. registerActivityTypeAsync(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. registerActivityTypeAsync(RegisterActivityTypeRequest registerActivityTypeRequest)Registers a new activity type along with its configuration settings in the specified domain.Future<Void>AmazonSimpleWorkflowAsync. registerActivityTypeAsync(RegisterActivityTypeRequest registerActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest,Void> asyncHandler)Registers a new activity type along with its configuration settings in the specified domain.Future<Void>AmazonSimpleWorkflowAsyncClient. registerActivityTypeAsync(RegisterActivityTypeRequest request)Future<Void>AmazonSimpleWorkflowAsyncClient. registerActivityTypeAsync(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest,Void> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RegisterActivityTypeRequest Modifier and Type Method Description Future<Void>AbstractAmazonSimpleWorkflowAsync. registerActivityTypeAsync(RegisterActivityTypeRequest request, AsyncHandler<RegisterActivityTypeRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. registerActivityTypeAsync(RegisterActivityTypeRequest registerActivityTypeRequest, AsyncHandler<RegisterActivityTypeRequest,Void> asyncHandler)Registers a new activity type along with its configuration settings in the specified domain.Future<Void>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 RegisterActivityTypeRequest Modifier and Type Method Description RegisterActivityTypeRequestRegisterActivityTypeRequest. clone()RegisterActivityTypeRequestRegisterActivityTypeRequest. 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.RegisterActivityTypeRequestRegisterActivityTypeRequest. withDefaultTaskList(TaskList defaultTaskList)If set, specifies the default task list to use for scheduling tasks of this activity type.RegisterActivityTypeRequestRegisterActivityTypeRequest. withDefaultTaskPriority(String defaultTaskPriority)The default task priority to assign to the activity type.RegisterActivityTypeRequestRegisterActivityTypeRequest. withDefaultTaskScheduleToCloseTimeout(String defaultTaskScheduleToCloseTimeout)If set, specifies the default maximum duration for a task of this activity type.RegisterActivityTypeRequestRegisterActivityTypeRequest. 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.RegisterActivityTypeRequestRegisterActivityTypeRequest. withDefaultTaskStartToCloseTimeout(String defaultTaskStartToCloseTimeout)If set, specifies the default maximum duration that a worker can take to process tasks of this activity type.RegisterActivityTypeRequestRegisterActivityTypeRequest. withDescription(String description)A textual description of the activity type.RegisterActivityTypeRequestRegisterActivityTypeRequest. withDomain(String domain)The name of the domain in which this activity is to be registered.RegisterActivityTypeRequestRegisterActivityTypeRequest. withName(String name)The name of the activity type within the domain.RegisterActivityTypeRequestRegisterActivityTypeRequest. withVersion(String version)The version of the activity type.
-