Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmazonSimpleWorkflow.deprecateDomain(DeprecateDomainRequest request) |
void |
AmazonSimpleWorkflowClient.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
void |
AmazonSimpleWorkflow.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AbstractAmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest request) |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest request) |
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AbstractAmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest request,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler) |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest request,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler) |
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AbstractAmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest request,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler) |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest request,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler) |
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Modifier and Type | Method and Description |
---|---|
DeprecateDomainRequest |
DeprecateDomainRequest.clone() |
DeprecateDomainRequest |
DeprecateDomainRequest.withName(String name)
The name of the domain to deprecate.
|
Copyright © 2018. All rights reserved.