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