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.
|
com.amazonaws.services.simpleworkflow.model.transform |
Marhsalling for the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleWorkflowClient.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
void |
AmazonSimpleWorkflow.deprecateDomain(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsync.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.deprecateDomainAsync(DeprecateDomainRequest deprecateDomainRequest,
AsyncHandler<DeprecateDomainRequest,Void> asyncHandler)
Deprecates the specified domain.
|
Future<Void> |
AmazonSimpleWorkflowAsync.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.
|
Modifier and Type | Method and Description |
---|---|
Request<DeprecateDomainRequest> |
DeprecateDomainRequestMarshaller.marshall(DeprecateDomainRequest deprecateDomainRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DeprecateDomainRequest> |
DeprecateDomainRequestMarshaller.marshall(DeprecateDomainRequest deprecateDomainRequest) |
Copyright © 2016. All rights reserved.