Uses of Class
com.amazonaws.services.simpleworkflow.model.RegisterWorkflowTypeRequest
Packages that use RegisterWorkflowTypeRequest
Package
Description
-
Uses of RegisterWorkflowTypeRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type RegisterWorkflowTypeRequestModifier and TypeMethodDescriptionvoid
AbstractAmazonSimpleWorkflow.registerWorkflowType
(RegisterWorkflowTypeRequest request) void
AmazonSimpleWorkflow.registerWorkflowType
(RegisterWorkflowTypeRequest registerWorkflowTypeRequest) Registers a new workflow type and its configuration settings in the specified domain.void
AmazonSimpleWorkflowClient.registerWorkflowType
(RegisterWorkflowTypeRequest registerWorkflowTypeRequest) Registers a new workflow type and its configuration settings in the specified domain.AbstractAmazonSimpleWorkflowAsync.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest request) AbstractAmazonSimpleWorkflowAsync.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest request, AsyncHandler<RegisterWorkflowTypeRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest registerWorkflowTypeRequest) Registers a new workflow type and its configuration settings in the specified domain.AmazonSimpleWorkflowAsync.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest registerWorkflowTypeRequest, AsyncHandler<RegisterWorkflowTypeRequest, Void> asyncHandler) Registers a new workflow type and its configuration settings in the specified domain.AmazonSimpleWorkflowAsyncClient.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest request) AmazonSimpleWorkflowAsyncClient.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest request, AsyncHandler<RegisterWorkflowTypeRequest, Void> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RegisterWorkflowTypeRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest request, AsyncHandler<RegisterWorkflowTypeRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest registerWorkflowTypeRequest, AsyncHandler<RegisterWorkflowTypeRequest, Void> asyncHandler) Registers a new workflow type and its configuration settings in the specified domain.AmazonSimpleWorkflowAsyncClient.registerWorkflowTypeAsync
(RegisterWorkflowTypeRequest request, AsyncHandler<RegisterWorkflowTypeRequest, Void> asyncHandler) -
Uses of RegisterWorkflowTypeRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RegisterWorkflowTypeRequestModifier and TypeMethodDescriptionRegisterWorkflowTypeRequest.clone()
RegisterWorkflowTypeRequest.withDefaultChildPolicy
(ChildPolicy defaultChildPolicy) If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.RegisterWorkflowTypeRequest.withDefaultChildPolicy
(String defaultChildPolicy) If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.RegisterWorkflowTypeRequest.withDefaultExecutionStartToCloseTimeout
(String defaultExecutionStartToCloseTimeout) If set, specifies the default maximum duration for executions of this workflow type.RegisterWorkflowTypeRequest.withDefaultLambdaRole
(String defaultLambdaRole) The ARN of the default IAM role to use when a workflow execution of this type invokes AWS Lambda functions.RegisterWorkflowTypeRequest.withDefaultTaskList
(TaskList defaultTaskList) If set, specifies the default task list to use for scheduling decision tasks for executions of this workflow type.RegisterWorkflowTypeRequest.withDefaultTaskPriority
(String defaultTaskPriority) The default task priority to assign to the workflow type.RegisterWorkflowTypeRequest.withDefaultTaskStartToCloseTimeout
(String defaultTaskStartToCloseTimeout) If set, specifies the default maximum duration of decision tasks for this workflow type.RegisterWorkflowTypeRequest.withDescription
(String description) Textual description of the workflow type.RegisterWorkflowTypeRequest.withDomain
(String domain) The name of the domain in which to register the workflow type.The name of the workflow type.RegisterWorkflowTypeRequest.withVersion
(String version) The version of the workflow type.