|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegisterDomainRequest | |
---|---|
com.amazonaws.services.simpleworkflow | Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. |
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of RegisterDomainRequest in com.amazonaws.services.simpleworkflow |
---|
Methods in com.amazonaws.services.simpleworkflow with parameters of type RegisterDomainRequest | |
---|---|
void |
AmazonSimpleWorkflowClient.registerDomain(RegisterDomainRequest registerDomainRequest)
Registers a new domain. |
void |
AmazonSimpleWorkflow.registerDomain(RegisterDomainRequest registerDomainRequest)
Registers a new domain. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.registerDomainAsync(RegisterDomainRequest registerDomainRequest)
Registers a new domain. |
Future<Void> |
AmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest registerDomainRequest)
Registers a new domain. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.registerDomainAsync(RegisterDomainRequest registerDomainRequest,
AsyncHandler<RegisterDomainRequest,Void> asyncHandler)
Registers a new domain. |
Future<Void> |
AmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest registerDomainRequest,
AsyncHandler<RegisterDomainRequest,Void> asyncHandler)
Registers a new domain. |
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RegisterDomainRequest | |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.registerDomainAsync(RegisterDomainRequest registerDomainRequest,
AsyncHandler<RegisterDomainRequest,Void> asyncHandler)
Registers a new domain. |
Future<Void> |
AmazonSimpleWorkflowAsync.registerDomainAsync(RegisterDomainRequest registerDomainRequest,
AsyncHandler<RegisterDomainRequest,Void> asyncHandler)
Registers a new domain. |
Uses of RegisterDomainRequest in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return RegisterDomainRequest | |
---|---|
RegisterDomainRequest |
RegisterDomainRequest.withDescription(String description)
Textual description of the domain. |
RegisterDomainRequest |
RegisterDomainRequest.withName(String name)
Name of the domain to register. |
RegisterDomainRequest |
RegisterDomainRequest.withWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
Specifies the duration--in days--for which the record (including the history) of workflow executions in this domain should be kept by the service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |