Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleWorkflow.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
void |
AmazonSimpleWorkflowClient.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Modifier and Type | Method and Description |
---|---|
DeprecateDomainRequest |
DeprecateDomainRequest.withName(String name)
The name of the domain to deprecate.
|
Copyright © 2014. All rights reserved.