| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow | 
 | 
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AmazonSimpleWorkflow.registerDomain(RegisterDomainRequest registerDomainRequest)
 Registers a new domain. 
 | 
void | 
AbstractAmazonSimpleWorkflow.registerDomain(RegisterDomainRequest request)  | 
void | 
AmazonSimpleWorkflowClient.registerDomain(RegisterDomainRequest request)
 Registers a new domain. 
 | 
Future<Void> | 
AmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest registerDomainRequest)
 Registers a new domain. 
 | 
Future<Void> | 
AmazonSimpleWorkflowAsyncClient.registerDomainAsync(RegisterDomainRequest request)  | 
Future<Void> | 
AbstractAmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest request)  | 
Future<Void> | 
AmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest registerDomainRequest,
                   AsyncHandler<RegisterDomainRequest,Void> asyncHandler)
 Registers a new domain. 
 | 
Future<Void> | 
AmazonSimpleWorkflowAsyncClient.registerDomainAsync(RegisterDomainRequest request,
                   AsyncHandler<RegisterDomainRequest,Void> asyncHandler)  | 
Future<Void> | 
AbstractAmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest request,
                   AsyncHandler<RegisterDomainRequest,Void> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Void> | 
AmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest registerDomainRequest,
                   AsyncHandler<RegisterDomainRequest,Void> asyncHandler)
 Registers a new domain. 
 | 
Future<Void> | 
AmazonSimpleWorkflowAsyncClient.registerDomainAsync(RegisterDomainRequest request,
                   AsyncHandler<RegisterDomainRequest,Void> asyncHandler)  | 
Future<Void> | 
AbstractAmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest request,
                   AsyncHandler<RegisterDomainRequest,Void> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
RegisterDomainRequest | 
RegisterDomainRequest.clone()  | 
RegisterDomainRequest | 
RegisterDomainRequest.withDescription(String description)
 A text description of the domain. 
 | 
RegisterDomainRequest | 
RegisterDomainRequest.withName(String name)
 Name of the domain to register. 
 | 
RegisterDomainRequest | 
RegisterDomainRequest.withWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
 The duration (in days) that records and histories of workflow executions on the domain should be kept by the
 service. 
 | 
Copyright © 2017. All rights reserved.