|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeDomainRequest | |
---|---|
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. |
Uses of DescribeDomainRequest in com.amazonaws.services.simpleworkflow |
---|
Methods in com.amazonaws.services.simpleworkflow with parameters of type DescribeDomainRequest | |
---|---|
DomainDetail |
AmazonSimpleWorkflowClient.describeDomain(DescribeDomainRequest describeDomainRequest)
Returns information about the specified domain including description and status. |
DomainDetail |
AmazonSimpleWorkflow.describeDomain(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)
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. |
Future<DomainDetail> |
AmazonSimpleWorkflowAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DomainDetail> asyncHandler)
Returns information about the specified domain including description and status. |
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type DescribeDomainRequest | |
---|---|
Future<DomainDetail> |
AmazonSimpleWorkflowAsyncClient.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DomainDetail> asyncHandler)
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. |
Uses of DescribeDomainRequest in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return DescribeDomainRequest | |
---|---|
DescribeDomainRequest |
DescribeDomainRequest.withName(String name)
The name of the domain to describe. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |