| Package | Description |
|---|---|
| com.amazonaws.services.route53domains |
Synchronous and asynchronous client classes for accessing AmazonRoute53Domains.
|
| com.amazonaws.services.route53domains.model |
Classes modeling the various types represented by AmazonRoute53Domains.
|
| Modifier and Type | Method and Description |
|---|---|
GetOperationDetailResult |
AmazonRoute53Domains.getOperationDetail(GetOperationDetailRequest getOperationDetailRequest)
This operation returns the current status of an operation that is not
completed.
|
GetOperationDetailResult |
AmazonRoute53DomainsClient.getOperationDetail(GetOperationDetailRequest getOperationDetailRequest)
This operation returns the current status of an operation that is not
completed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetOperationDetailResult> |
AmazonRoute53DomainsAsyncClient.getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest)
This operation returns the current status of an operation that is not
completed.
|
Future<GetOperationDetailResult> |
AmazonRoute53DomainsAsync.getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest)
This operation returns the current status of an operation that is not
completed.
|
Future<GetOperationDetailResult> |
AmazonRoute53DomainsAsyncClient.getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest,
AsyncHandler<GetOperationDetailRequest,GetOperationDetailResult> asyncHandler)
This operation returns the current status of an operation that is not
completed.
|
Future<GetOperationDetailResult> |
AmazonRoute53DomainsAsync.getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest,
AsyncHandler<GetOperationDetailRequest,GetOperationDetailResult> asyncHandler)
This operation returns the current status of an operation that is not
completed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetOperationDetailResult> |
AmazonRoute53DomainsAsyncClient.getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest,
AsyncHandler<GetOperationDetailRequest,GetOperationDetailResult> asyncHandler)
This operation returns the current status of an operation that is not
completed.
|
Future<GetOperationDetailResult> |
AmazonRoute53DomainsAsync.getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest,
AsyncHandler<GetOperationDetailRequest,GetOperationDetailResult> asyncHandler)
This operation returns the current status of an operation that is not
completed.
|
| Modifier and Type | Method and Description |
|---|---|
GetOperationDetailResult |
GetOperationDetailResult.withDomainName(String domainName)
The name of a domain.
|
GetOperationDetailResult |
GetOperationDetailResult.withMessage(String message)
Detailed information on the status including possible errors.
|
GetOperationDetailResult |
GetOperationDetailResult.withOperationId(String operationId)
The identifier for the operation.
|
GetOperationDetailResult |
GetOperationDetailResult.withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
GetOperationDetailResult.withStatus(String status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
GetOperationDetailResult.withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
GetOperationDetailResult |
GetOperationDetailResult.withType(OperationType type)
The type of operation that was requested.
|
GetOperationDetailResult |
GetOperationDetailResult.withType(String type)
The type of operation that was requested.
|
Copyright © 2014. All rights reserved.