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 |
---|---|
UpdateDomainNameserversResult |
AmazonRoute53DomainsClient.updateDomainNameservers(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the
domain with the specified set of name servers.
|
UpdateDomainNameserversResult |
AmazonRoute53Domains.updateDomainNameservers(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the
domain with the specified set of name servers.
|
Future<UpdateDomainNameserversResult> |
AmazonRoute53DomainsAsyncClient.updateDomainNameserversAsync(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the
domain with the specified set of name servers.
|
Future<UpdateDomainNameserversResult> |
AmazonRoute53DomainsAsync.updateDomainNameserversAsync(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the
domain with the specified set of name servers.
|
Future<UpdateDomainNameserversResult> |
AmazonRoute53DomainsAsyncClient.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.
|
Future<UpdateDomainNameserversResult> |
AmazonRoute53DomainsAsync.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.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateDomainNameserversResult> |
AmazonRoute53DomainsAsyncClient.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.
|
Future<UpdateDomainNameserversResult> |
AmazonRoute53DomainsAsync.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateDomainNameserversRequest |
UpdateDomainNameserversRequest.withDomainName(String domainName)
The name of a domain.
|
UpdateDomainNameserversRequest |
UpdateDomainNameserversRequest.withNameservers(Collection<Nameserver> nameservers)
A list of new name servers for the domain.
|
UpdateDomainNameserversRequest |
UpdateDomainNameserversRequest.withNameservers(Nameserver... nameservers)
A list of new name servers for the domain.
|
Copyright © 2015. All rights reserved.