public interface AmazonRoute53DomainsAsync extends 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<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<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.
|
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.
|
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, disableDomainTransferLock, enableDomainTransferLock, getCachedResponseMetadata, getDomainDetail, getOperationDetail, listDomains, listDomains, listOperations, listOperations, registerDomain, retrieveDomainAuthCode, setEndpoint, setRegion, shutdown, transferDomain, updateDomainContact, updateDomainContactPrivacy, updateDomainNameservers
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.
updateDomainContactRequest
- 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.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.
updateDomainContactRequest
- 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.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.
checkDomainAvailabilityRequest
- 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.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.
checkDomainAvailabilityRequest
- 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.Future<ListOperationsResult> listOperationsAsync(ListOperationsRequest listOperationsRequest) throws AmazonServiceException, AmazonClientException
This operation returns the operation IDs of operations that are not yet complete.
listOperationsRequest
- 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.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.
listOperationsRequest
- 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.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.
listDomainsRequest
- 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.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.
listDomainsRequest
- 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.Future<GetOperationDetailResult> getOperationDetailAsync(GetOperationDetailRequest getOperationDetailRequest) throws AmazonServiceException, AmazonClientException
This operation returns the current status of an operation that is not completed.
getOperationDetailRequest
- 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.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.
getOperationDetailRequest
- 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.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.
disableDomainTransferLockRequest
- 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.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.
disableDomainTransferLockRequest
- 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.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.
updateDomainNameserversRequest
- 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.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.
updateDomainNameserversRequest
- 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.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.
enableDomainTransferLockRequest
- 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.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.
enableDomainTransferLockRequest
- 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.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:
registerDomainRequest
- 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.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:
registerDomainRequest
- 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.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.
getDomainDetailRequest
- 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.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.
getDomainDetailRequest
- 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.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.
retrieveDomainAuthCodeRequest
- 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.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.
retrieveDomainAuthCodeRequest
- 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.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 .
transferDomainRequest
- 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.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 .
transferDomainRequest
- 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.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.
updateDomainContactPrivacyRequest
- 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.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.
updateDomainContactPrivacyRequest
- 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.