public class AmazonRoute53DomainsAsyncClient extends AmazonRoute53DomainsClient implements AmazonRoute53DomainsAsync
jsonErrorUnmarshallersclient, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset| Constructor and Description |
|---|
AmazonRoute53DomainsAsyncClient()
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains.
|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials.
|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials,
executor service, and client configuration options.
|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials
and executor service.
|
AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials provider.
|
AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials
provider and client configuration options.
|
AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials
provider, executor service, and client configuration options.
|
AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials provider
and executor service.
|
AmazonRoute53DomainsAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CheckDomainAvailabilityResult> |
checkDomainAvailabilityAsync(CheckDomainAvailabilityRequest checkDomainAvailabilityRequest)
This operation checks the availability of one domain name.
|
Future<CheckDomainAvailabilityResult> |
checkDomainAvailabilityAsync(CheckDomainAvailabilityRequest checkDomainAvailabilityRequest,
AsyncHandler<CheckDomainAvailabilityRequest,CheckDomainAvailabilityResult> asyncHandler)
This operation checks the availability of one domain name.
|
Future<DisableDomainAutoRenewResult> |
disableDomainAutoRenewAsync(DisableDomainAutoRenewRequest disableDomainAutoRenewRequest)
This operation disables automatic renewal of domain registration for
the specified domain.
|
Future<DisableDomainAutoRenewResult> |
disableDomainAutoRenewAsync(DisableDomainAutoRenewRequest disableDomainAutoRenewRequest,
AsyncHandler<DisableDomainAutoRenewRequest,DisableDomainAutoRenewResult> asyncHandler)
This operation disables automatic renewal of domain registration for
the specified domain.
|
Future<DisableDomainTransferLockResult> |
disableDomainTransferLockAsync(DisableDomainTransferLockRequest disableDomainTransferLockRequest)
This operation removes the transfer lock on the domain (specifically
the
clientTransferProhibited status) to allow domain
transfers. |
Future<DisableDomainTransferLockResult> |
disableDomainTransferLockAsync(DisableDomainTransferLockRequest disableDomainTransferLockRequest,
AsyncHandler<DisableDomainTransferLockRequest,DisableDomainTransferLockResult> asyncHandler)
This operation removes the transfer lock on the domain (specifically
the
clientTransferProhibited status) to allow domain
transfers. |
Future<EnableDomainAutoRenewResult> |
enableDomainAutoRenewAsync(EnableDomainAutoRenewRequest enableDomainAutoRenewRequest)
This operation configures Amazon Route 53 to automatically renew the
specified domain before the domain registration expires.
|
Future<EnableDomainAutoRenewResult> |
enableDomainAutoRenewAsync(EnableDomainAutoRenewRequest enableDomainAutoRenewRequest,
AsyncHandler<EnableDomainAutoRenewRequest,EnableDomainAutoRenewResult> asyncHandler)
This operation configures Amazon Route 53 to automatically renew the
specified domain before the domain registration expires.
|
Future<EnableDomainTransferLockResult> |
enableDomainTransferLockAsync(EnableDomainTransferLockRequest enableDomainTransferLockRequest)
This operation sets the transfer lock on the domain (specifically the
clientTransferProhibited status) to prevent domain
transfers. |
Future<EnableDomainTransferLockResult> |
enableDomainTransferLockAsync(EnableDomainTransferLockRequest enableDomainTransferLockRequest,
AsyncHandler<EnableDomainTransferLockRequest,EnableDomainTransferLockResult> asyncHandler)
This operation sets the transfer lock on the domain (specifically the
clientTransferProhibited status) to prevent domain
transfers. |
Future<GetDomainDetailResult> |
getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest)
This operation returns detailed information about the domain.
|
Future<GetDomainDetailResult> |
getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest,
AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler)
This operation returns detailed information about the domain.
|
ExecutorService |
getExecutorService()
Returns the executor service used by this async client to execute
requests.
|
Future<GetOperationDetailResult> |
getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest)
This operation returns the current status of an operation that is not
completed.
|
Future<GetOperationDetailResult> |
getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest,
AsyncHandler<GetOperationDetailRequest,GetOperationDetailResult> asyncHandler)
This operation returns the current status of an operation that is not
completed.
|
Future<ListDomainsResult> |
listDomainsAsync(ListDomainsRequest listDomainsRequest)
This operation returns all the domain names registered with Amazon
Route 53 for the current AWS account.
|
Future<ListDomainsResult> |
listDomainsAsync(ListDomainsRequest listDomainsRequest,
AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
This operation returns all the domain names registered with Amazon
Route 53 for the current AWS account.
|
Future<ListOperationsResult> |
listOperationsAsync(ListOperationsRequest listOperationsRequest)
This operation returns the operation IDs of operations that are not
yet complete.
|
Future<ListOperationsResult> |
listOperationsAsync(ListOperationsRequest listOperationsRequest,
AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)
This operation returns the operation IDs of operations that are not
yet complete.
|
Future<RegisterDomainResult> |
registerDomainAsync(RegisterDomainRequest registerDomainRequest)
This operation registers a domain.
|
Future<RegisterDomainResult> |
registerDomainAsync(RegisterDomainRequest registerDomainRequest,
AsyncHandler<RegisterDomainRequest,RegisterDomainResult> asyncHandler)
This operation registers a domain.
|
Future<RetrieveDomainAuthCodeResult> |
retrieveDomainAuthCodeAsync(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest)
This operation returns the AuthCode for the domain.
|
Future<RetrieveDomainAuthCodeResult> |
retrieveDomainAuthCodeAsync(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest,
AsyncHandler<RetrieveDomainAuthCodeRequest,RetrieveDomainAuthCodeResult> asyncHandler)
This operation returns the AuthCode for the domain.
|
void |
shutdown()
Shuts down the client, releasing all managed resources.
|
Future<TransferDomainResult> |
transferDomainAsync(TransferDomainRequest transferDomainRequest)
This operation transfers a domain from another registrar to Amazon
Route 53.
|
Future<TransferDomainResult> |
transferDomainAsync(TransferDomainRequest transferDomainRequest,
AsyncHandler<TransferDomainRequest,TransferDomainResult> asyncHandler)
This operation transfers a domain from another registrar to Amazon
Route 53.
|
Future<UpdateDomainContactResult> |
updateDomainContactAsync(UpdateDomainContactRequest updateDomainContactRequest)
This operation updates the contact information for a particular
domain.
|
Future<UpdateDomainContactResult> |
updateDomainContactAsync(UpdateDomainContactRequest updateDomainContactRequest,
AsyncHandler<UpdateDomainContactRequest,UpdateDomainContactResult> asyncHandler)
This operation updates the contact information for a particular
domain.
|
Future<UpdateDomainContactPrivacyResult> |
updateDomainContactPrivacyAsync(UpdateDomainContactPrivacyRequest updateDomainContactPrivacyRequest)
This operation updates the specified domain contact's privacy
setting.
|
Future<UpdateDomainContactPrivacyResult> |
updateDomainContactPrivacyAsync(UpdateDomainContactPrivacyRequest updateDomainContactPrivacyRequest,
AsyncHandler<UpdateDomainContactPrivacyRequest,UpdateDomainContactPrivacyResult> asyncHandler)
This operation updates the specified domain contact's privacy
setting.
|
Future<UpdateDomainNameserversResult> |
updateDomainNameserversAsync(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the
domain with the specified set of name servers.
|
Future<UpdateDomainNameserversResult> |
updateDomainNameserversAsync(UpdateDomainNameserversRequest updateDomainNameserversRequest,
AsyncHandler<UpdateDomainNameserversRequest,UpdateDomainNameserversResult> asyncHandler)
This operation replaces the current set of name servers for the
domain with the specified set of name servers.
|
checkDomainAvailability, disableDomainAutoRenew, disableDomainTransferLock, enableDomainAutoRenew, enableDomainTransferLock, getCachedResponseMetadata, getDomainDetail, getOperationDetail, listDomains, listDomains, listOperations, listOperations, registerDomain, retrieveDomainAuthCode, setEndpoint, setEndpoint, transferDomain, updateDomainContact, updateDomainContactPrivacy, updateDomainNameserversaddRequestHandler, addRequestHandler, configSigner, configSigner, convertToHttpRequest, createExecutionContext, createExecutionContext, createExecutionContext, endClientExecution, endClientExecution, findRequestMetricCollector, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, removeRequestHandler, removeRequestHandler, requestMetricCollector, setConfiguration, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckDomainAvailability, disableDomainAutoRenew, disableDomainTransferLock, enableDomainAutoRenew, enableDomainTransferLock, getCachedResponseMetadata, getDomainDetail, getOperationDetail, listDomains, listDomains, listOperations, listOperations, registerDomain, retrieveDomainAuthCode, setEndpoint, setRegion, transferDomain, updateDomainContact, updateDomainContactPrivacy, updateDomainNameserverspublic AmazonRoute53DomainsAsyncClient()
All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProviderChainpublic AmazonRoute53DomainsAsyncClient(ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration - The client configuration options controlling how this
client connects to AmazonRoute53Domains
(ex: proxy settings, retry counts, etc.).DefaultAWSCredentialsProviderChainpublic AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.public AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.executorService - The executor service by which all asynchronous requests will
be executed.public AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials - The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy
settings, etc).executorService - The executor service by which all asynchronous requests will
be executed.public AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.public AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.executorService - The executor service by which all asynchronous requests will
be executed.public AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy
settings, etc).public AmazonRoute53DomainsAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider - The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy
settings, etc).executorService - The executor service by which all asynchronous requests will
be executed.public ExecutorService getExecutorService()
public void shutdown()
shutdown in interface AmazonRoute53Domainsshutdown in class AmazonWebServiceClientpublic Future<UpdateDomainContactResult> updateDomainContactAsync(UpdateDomainContactRequest updateDomainContactRequest) throws AmazonServiceException, AmazonClientException
This operation updates the contact information for a particular domain. Information for at least one contact (registrant, administrator, or technical) must be supplied for update.
If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
updateDomainContactAsync in interface AmazonRoute53DomainsAsyncupdateDomainContactRequest - Container for the necessary
parameters to execute the UpdateDomainContact operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateDomainContactResult> updateDomainContactAsync(UpdateDomainContactRequest updateDomainContactRequest, AsyncHandler<UpdateDomainContactRequest,UpdateDomainContactResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation updates the contact information for a particular domain. Information for at least one contact (registrant, administrator, or technical) must be supplied for update.
If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
updateDomainContactAsync in interface AmazonRoute53DomainsAsyncupdateDomainContactRequest - Container for the necessary
parameters to execute the UpdateDomainContact operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<CheckDomainAvailabilityResult> checkDomainAvailabilityAsync(CheckDomainAvailabilityRequest checkDomainAvailabilityRequest) throws AmazonServiceException, AmazonClientException
This operation checks the availability of one domain name. You can access this API without authenticating. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.
checkDomainAvailabilityAsync in interface AmazonRoute53DomainsAsynccheckDomainAvailabilityRequest - Container for the necessary
parameters to execute the CheckDomainAvailability operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<CheckDomainAvailabilityResult> checkDomainAvailabilityAsync(CheckDomainAvailabilityRequest checkDomainAvailabilityRequest, AsyncHandler<CheckDomainAvailabilityRequest,CheckDomainAvailabilityResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation checks the availability of one domain name. You can access this API without authenticating. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.
checkDomainAvailabilityAsync in interface AmazonRoute53DomainsAsynccheckDomainAvailabilityRequest - Container for the necessary
parameters to execute the CheckDomainAvailability operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<EnableDomainAutoRenewResult> enableDomainAutoRenewAsync(EnableDomainAutoRenewRequest enableDomainAutoRenewRequest) throws AmazonServiceException, AmazonClientException
This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your AWS account.
The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see "Renewal, restoration, and deletion times" iki.gandi.net/en/domains/renew#renewal_restoration_and_deletion_times) on the website for our registrar partner, Gandi. Route 53 requires that you renew before the end of the renewal period that is listed on the Gandi website so we can complete processing before the deadline.
enableDomainAutoRenewAsync in interface AmazonRoute53DomainsAsyncenableDomainAutoRenewRequest - Container for the necessary
parameters to execute the EnableDomainAutoRenew operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<EnableDomainAutoRenewResult> enableDomainAutoRenewAsync(EnableDomainAutoRenewRequest enableDomainAutoRenewRequest, AsyncHandler<EnableDomainAutoRenewRequest,EnableDomainAutoRenewResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your AWS account.
The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see "Renewal, restoration, and deletion times" iki.gandi.net/en/domains/renew#renewal_restoration_and_deletion_times) on the website for our registrar partner, Gandi. Route 53 requires that you renew before the end of the renewal period that is listed on the Gandi website so we can complete processing before the deadline.
enableDomainAutoRenewAsync in interface AmazonRoute53DomainsAsyncenableDomainAutoRenewRequest - Container for the necessary
parameters to execute the EnableDomainAutoRenew operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<ListOperationsResult> listOperationsAsync(ListOperationsRequest listOperationsRequest) throws AmazonServiceException, AmazonClientException
This operation returns the operation IDs of operations that are not yet complete.
listOperationsAsync in interface AmazonRoute53DomainsAsynclistOperationsRequest - Container for the necessary parameters to
execute the ListOperations operation on AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<ListOperationsResult> listOperationsAsync(ListOperationsRequest listOperationsRequest, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation returns the operation IDs of operations that are not yet complete.
listOperationsAsync in interface AmazonRoute53DomainsAsynclistOperationsRequest - Container for the necessary parameters to
execute the ListOperations operation on AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest listDomainsRequest) throws AmazonServiceException, AmazonClientException
This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.
listDomainsAsync in interface AmazonRoute53DomainsAsynclistDomainsRequest - Container for the necessary parameters to
execute the ListDomains operation on AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<ListDomainsResult> listDomainsAsync(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation returns all the domain names registered with Amazon Route 53 for the current AWS account.
listDomainsAsync in interface AmazonRoute53DomainsAsynclistDomainsRequest - Container for the necessary parameters to
execute the ListDomains operation on AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<GetOperationDetailResult> getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest) throws AmazonServiceException, AmazonClientException
This operation returns the current status of an operation that is not completed.
getOperationDetailAsync in interface AmazonRoute53DomainsAsyncgetOperationDetailRequest - Container for the necessary
parameters to execute the GetOperationDetail operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<GetOperationDetailResult> getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest, AsyncHandler<GetOperationDetailRequest,GetOperationDetailResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation returns the current status of an operation that is not completed.
getOperationDetailAsync in interface AmazonRoute53DomainsAsyncgetOperationDetailRequest - Container for the necessary
parameters to execute the GetOperationDetail operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<DisableDomainTransferLockResult> disableDomainTransferLockAsync(DisableDomainTransferLockRequest disableDomainTransferLockRequest) throws AmazonServiceException, AmazonClientException
This operation removes the transfer lock on the domain (specifically
the clientTransferProhibited status) to allow domain
transfers. We recommend you refrain from performing this action unless
you intend to transfer the domain to a different registrar. Successful
submission returns an operation ID that you can use to track the
progress and completion of the action. If the request is not completed
successfully, the domain registrant will be notified by email.
disableDomainTransferLockAsync in interface AmazonRoute53DomainsAsyncdisableDomainTransferLockRequest - Container for the necessary
parameters to execute the DisableDomainTransferLock operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<DisableDomainTransferLockResult> disableDomainTransferLockAsync(DisableDomainTransferLockRequest disableDomainTransferLockRequest, AsyncHandler<DisableDomainTransferLockRequest,DisableDomainTransferLockResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation removes the transfer lock on the domain (specifically
the clientTransferProhibited status) to allow domain
transfers. We recommend you refrain from performing this action unless
you intend to transfer the domain to a different registrar. Successful
submission returns an operation ID that you can use to track the
progress and completion of the action. If the request is not completed
successfully, the domain registrant will be notified by email.
disableDomainTransferLockAsync in interface AmazonRoute53DomainsAsyncdisableDomainTransferLockRequest - Container for the necessary
parameters to execute the DisableDomainTransferLock operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateDomainNameserversResult> updateDomainNameserversAsync(UpdateDomainNameserversRequest updateDomainNameserversRequest) throws AmazonServiceException, AmazonClientException
This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
updateDomainNameserversAsync in interface AmazonRoute53DomainsAsyncupdateDomainNameserversRequest - Container for the necessary
parameters to execute the UpdateDomainNameservers operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateDomainNameserversResult> updateDomainNameserversAsync(UpdateDomainNameserversRequest updateDomainNameserversRequest, AsyncHandler<UpdateDomainNameserversRequest,UpdateDomainNameserversResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
updateDomainNameserversAsync in interface AmazonRoute53DomainsAsyncupdateDomainNameserversRequest - Container for the necessary
parameters to execute the UpdateDomainNameservers operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<EnableDomainTransferLockResult> enableDomainTransferLockAsync(EnableDomainTransferLockRequest enableDomainTransferLockRequest) throws AmazonServiceException, AmazonClientException
This operation sets the transfer lock on the domain (specifically the
clientTransferProhibited status) to prevent domain
transfers. Successful submission returns an operation ID that you can
use to track the progress and completion of the action. If the request
is not completed successfully, the domain registrant will be notified
by email.
enableDomainTransferLockAsync in interface AmazonRoute53DomainsAsyncenableDomainTransferLockRequest - Container for the necessary
parameters to execute the EnableDomainTransferLock operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<EnableDomainTransferLockResult> enableDomainTransferLockAsync(EnableDomainTransferLockRequest enableDomainTransferLockRequest, AsyncHandler<EnableDomainTransferLockRequest,EnableDomainTransferLockResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation sets the transfer lock on the domain (specifically the
clientTransferProhibited status) to prevent domain
transfers. Successful submission returns an operation ID that you can
use to track the progress and completion of the action. If the request
is not completed successfully, the domain registrant will be notified
by email.
enableDomainTransferLockAsync in interface AmazonRoute53DomainsAsyncenableDomainTransferLockRequest - Container for the necessary
parameters to execute the EnableDomainTransferLock operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<DisableDomainAutoRenewResult> disableDomainAutoRenewAsync(DisableDomainAutoRenewRequest disableDomainAutoRenewRequest) throws AmazonServiceException, AmazonClientException
This operation disables automatic renewal of domain registration for the specified domain.
NOTE:Caution! Amazon Route 53 doesn't have a manual renewal process, so if you disable automatic renewal, registration for the domain will not be renewed when the expiration date passes, and you will lose control of the domain name.
disableDomainAutoRenewAsync in interface AmazonRoute53DomainsAsyncdisableDomainAutoRenewRequest - Container for the necessary
parameters to execute the DisableDomainAutoRenew operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<DisableDomainAutoRenewResult> disableDomainAutoRenewAsync(DisableDomainAutoRenewRequest disableDomainAutoRenewRequest, AsyncHandler<DisableDomainAutoRenewRequest,DisableDomainAutoRenewResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation disables automatic renewal of domain registration for the specified domain.
NOTE:Caution! Amazon Route 53 doesn't have a manual renewal process, so if you disable automatic renewal, registration for the domain will not be renewed when the expiration date passes, and you will lose control of the domain name.
disableDomainAutoRenewAsync in interface AmazonRoute53DomainsAsyncdisableDomainAutoRenewRequest - Container for the necessary
parameters to execute the DisableDomainAutoRenew operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<RegisterDomainResult> registerDomainAsync(RegisterDomainRequest registerDomainRequest) throws AmazonServiceException, AmazonClientException
This operation registers a domain. Domains are registered by the AWS registrar partner, Gandi. For some top-level domains (TLDs), this operation requires extra parameters.
When you register a domain, Amazon Route 53 does the following:
registerDomainAsync in interface AmazonRoute53DomainsAsyncregisterDomainRequest - Container for the necessary parameters to
execute the RegisterDomain operation on AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<RegisterDomainResult> registerDomainAsync(RegisterDomainRequest registerDomainRequest, AsyncHandler<RegisterDomainRequest,RegisterDomainResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation registers a domain. Domains are registered by the AWS registrar partner, Gandi. For some top-level domains (TLDs), this operation requires extra parameters.
When you register a domain, Amazon Route 53 does the following:
registerDomainAsync in interface AmazonRoute53DomainsAsyncregisterDomainRequest - Container for the necessary parameters to
execute the RegisterDomain operation on AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<GetDomainDetailResult> getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest) throws AmazonServiceException, AmazonClientException
This operation returns detailed information about the domain. The domain's contact information is also returned as part of the output.
getDomainDetailAsync in interface AmazonRoute53DomainsAsyncgetDomainDetailRequest - Container for the necessary parameters
to execute the GetDomainDetail operation on AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<GetDomainDetailResult> getDomainDetailAsync(GetDomainDetailRequest getDomainDetailRequest, AsyncHandler<GetDomainDetailRequest,GetDomainDetailResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation returns detailed information about the domain. The domain's contact information is also returned as part of the output.
getDomainDetailAsync in interface AmazonRoute53DomainsAsyncgetDomainDetailRequest - Container for the necessary parameters
to execute the GetDomainDetail operation on AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<RetrieveDomainAuthCodeResult> retrieveDomainAuthCodeAsync(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest) throws AmazonServiceException, AmazonClientException
This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.
retrieveDomainAuthCodeAsync in interface AmazonRoute53DomainsAsyncretrieveDomainAuthCodeRequest - Container for the necessary
parameters to execute the RetrieveDomainAuthCode operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<RetrieveDomainAuthCodeResult> retrieveDomainAuthCodeAsync(RetrieveDomainAuthCodeRequest retrieveDomainAuthCodeRequest, AsyncHandler<RetrieveDomainAuthCodeRequest,RetrieveDomainAuthCodeResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation returns the AuthCode for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.
retrieveDomainAuthCodeAsync in interface AmazonRoute53DomainsAsyncretrieveDomainAuthCodeRequest - Container for the necessary
parameters to execute the RetrieveDomainAuthCode operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<TransferDomainResult> transferDomainAsync(TransferDomainRequest transferDomainRequest) throws AmazonServiceException, AmazonClientException
This operation transfers a domain from another registrar to Amazon Route 53. Domains are registered by the AWS registrar, Gandi upon transfer.
To transfer a domain, you need to meet all the domain transfer criteria, including the following:
We recommend you use the Amazon Route 53 as the DNS service for your domain. You can create a hosted zone in Amazon Route 53 for your current domain before transferring your domain.
Note that upon transfer, the domain duration is extended for a year if not otherwise specified. Autorenew is enabled by default.
If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
Transferring domains charges your AWS account an amount based on the top-level domain. For more information, see Amazon Route 53 Pricing .
transferDomainAsync in interface AmazonRoute53DomainsAsynctransferDomainRequest - Container for the necessary parameters to
execute the TransferDomain operation on AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<TransferDomainResult> transferDomainAsync(TransferDomainRequest transferDomainRequest, AsyncHandler<TransferDomainRequest,TransferDomainResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation transfers a domain from another registrar to Amazon Route 53. Domains are registered by the AWS registrar, Gandi upon transfer.
To transfer a domain, you need to meet all the domain transfer criteria, including the following:
We recommend you use the Amazon Route 53 as the DNS service for your domain. You can create a hosted zone in Amazon Route 53 for your current domain before transferring your domain.
Note that upon transfer, the domain duration is extended for a year if not otherwise specified. Autorenew is enabled by default.
If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
Transferring domains charges your AWS account an amount based on the top-level domain. For more information, see Amazon Route 53 Pricing .
transferDomainAsync in interface AmazonRoute53DomainsAsynctransferDomainRequest - Container for the necessary parameters to
execute the TransferDomain operation on AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateDomainContactPrivacyResult> updateDomainContactPrivacyAsync(UpdateDomainContactPrivacyRequest updateDomainContactPrivacyRequest) throws AmazonServiceException, AmazonClientException
This operation updates the specified domain contact's privacy setting. When the privacy option is enabled, personal information such as postal or email address is hidden from the results of a public WHOIS query. The privacy services are provided by the AWS registrar, Gandi. For more information, see the Gandi privacy features .
This operation only affects the privacy of the specified contact type (registrant, administrator, or tech). Successful acceptance returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
updateDomainContactPrivacyAsync in interface AmazonRoute53DomainsAsyncupdateDomainContactPrivacyRequest - Container for the necessary
parameters to execute the UpdateDomainContactPrivacy operation on
AmazonRoute53Domains.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.public Future<UpdateDomainContactPrivacyResult> updateDomainContactPrivacyAsync(UpdateDomainContactPrivacyRequest updateDomainContactPrivacyRequest, AsyncHandler<UpdateDomainContactPrivacyRequest,UpdateDomainContactPrivacyResult> asyncHandler) throws AmazonServiceException, AmazonClientException
This operation updates the specified domain contact's privacy setting. When the privacy option is enabled, personal information such as postal or email address is hidden from the results of a public WHOIS query. The privacy services are provided by the AWS registrar, Gandi. For more information, see the Gandi privacy features .
This operation only affects the privacy of the specified contact type (registrant, administrator, or tech). Successful acceptance returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
updateDomainContactPrivacyAsync in interface AmazonRoute53DomainsAsyncupdateDomainContactPrivacyRequest - Container for the necessary
parameters to execute the UpdateDomainContactPrivacy operation on
AmazonRoute53Domains.asyncHandler - Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.AmazonClientException - If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.AmazonServiceException - If an error response is returned by AmazonRoute53Domains indicating
either a problem with the data in the request, or a server side issue.Copyright © 2014. All rights reserved.