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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
DomainDetail |
DomainDetail.withConfiguration(DomainConfiguration configuration)
Contains the configuration settings of a domain.
|
DomainDetail |
DomainDetail.withDomainInfo(DomainInfo domainInfo)
Contains general information about a domain.
|
Copyright © 2014. All rights reserved.