Uses of Class
com.amazonaws.services.simpleworkflow.model.RegisterDomainRequest
-
Packages that use RegisterDomainRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of RegisterDomainRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type RegisterDomainRequest Modifier and Type Method Description voidAbstractAmazonSimpleWorkflow. registerDomain(RegisterDomainRequest request)voidAmazonSimpleWorkflow. registerDomain(RegisterDomainRequest registerDomainRequest)Registers a new domain.voidAmazonSimpleWorkflowClient. registerDomain(RegisterDomainRequest registerDomainRequest)Registers a new domain.Future<Void>AbstractAmazonSimpleWorkflowAsync. registerDomainAsync(RegisterDomainRequest request)Future<Void>AbstractAmazonSimpleWorkflowAsync. registerDomainAsync(RegisterDomainRequest request, AsyncHandler<RegisterDomainRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. registerDomainAsync(RegisterDomainRequest registerDomainRequest)Registers a new domain.Future<Void>AmazonSimpleWorkflowAsync. registerDomainAsync(RegisterDomainRequest registerDomainRequest, AsyncHandler<RegisterDomainRequest,Void> asyncHandler)Registers a new domain.Future<Void>AmazonSimpleWorkflowAsyncClient. registerDomainAsync(RegisterDomainRequest request)Future<Void>AmazonSimpleWorkflowAsyncClient. registerDomainAsync(RegisterDomainRequest request, AsyncHandler<RegisterDomainRequest,Void> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RegisterDomainRequest Modifier and Type Method Description Future<Void>AbstractAmazonSimpleWorkflowAsync. registerDomainAsync(RegisterDomainRequest request, AsyncHandler<RegisterDomainRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. registerDomainAsync(RegisterDomainRequest registerDomainRequest, AsyncHandler<RegisterDomainRequest,Void> asyncHandler)Registers a new domain.Future<Void>AmazonSimpleWorkflowAsyncClient. registerDomainAsync(RegisterDomainRequest request, AsyncHandler<RegisterDomainRequest,Void> asyncHandler) -
Uses of RegisterDomainRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RegisterDomainRequest Modifier and Type Method Description RegisterDomainRequestRegisterDomainRequest. clone()RegisterDomainRequestRegisterDomainRequest. withDescription(String description)A text description of the domain.RegisterDomainRequestRegisterDomainRequest. withName(String name)Name of the domain to register.RegisterDomainRequestRegisterDomainRequest. withWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)The duration (in days) that records and histories of workflow executions on the domain should be kept by the service.
-