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 |
---|---|
DomainDetail |
AmazonSimpleWorkflow.describeDomain(DescribeDomainRequest describeDomainRequest)
Returns information about the specified domain including description
and status.
|
DomainDetail |
AmazonSimpleWorkflowClient.describeDomain(DescribeDomainRequest describeDomainRequest)
Returns information about the specified domain including description
and status.
|
Future<DomainDetail> |
AmazonSimpleWorkflowAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest)
Returns information about the specified domain including description
and status.
|
Future<DomainDetail> |
AmazonSimpleWorkflowAsyncClient.describeDomainAsync(DescribeDomainRequest describeDomainRequest)
Returns information about the specified domain including description
and status.
|
Future<DomainDetail> |
AmazonSimpleWorkflowAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DomainDetail> asyncHandler)
Returns information about the specified domain including description
and status.
|
Future<DomainDetail> |
AmazonSimpleWorkflowAsyncClient.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DomainDetail> asyncHandler)
Returns information about the specified domain including description
and status.
|
Modifier and Type | Method and Description |
---|---|
Future<DomainDetail> |
AmazonSimpleWorkflowAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DomainDetail> asyncHandler)
Returns information about the specified domain including description
and status.
|
Future<DomainDetail> |
AmazonSimpleWorkflowAsyncClient.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DomainDetail> asyncHandler)
Returns information about the specified domain including description
and status.
|
Modifier and Type | Method and Description |
---|---|
DescribeDomainRequest |
DescribeDomainRequest.withName(String name)
The name of the domain to describe.
|
Copyright © 2014. All rights reserved.