Uses of Class
com.amazonaws.services.route53domains.model.Nameserver
Packages that use Nameserver
-
Uses of Nameserver in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return NameserverModifier and TypeMethodDescriptionNameserver.clone()Nameserver.withGlueIps(String... glueIps) Glue IP address of a name server entry.Nameserver.withGlueIps(Collection<String> glueIps) Glue IP address of a name server entry.The fully qualified host name of the name server.Methods in com.amazonaws.services.route53domains.model that return types with arguments of type NameserverModifier and TypeMethodDescriptionGetDomainDetailResult.getNameservers()The name of the domain.TransferDomainRequest.getNameservers()Contains details for the host and glue IP addresses.UpdateDomainNameserversRequest.getNameservers()A list of new name servers for the domain.Methods in com.amazonaws.services.route53domains.model with parameters of type NameserverModifier and TypeMethodDescriptionGetDomainDetailResult.withNameservers(Nameserver... nameservers) The name of the domain.TransferDomainRequest.withNameservers(Nameserver... nameservers) Contains details for the host and glue IP addresses.UpdateDomainNameserversRequest.withNameservers(Nameserver... nameservers) A list of new name servers for the domain.Method parameters in com.amazonaws.services.route53domains.model with type arguments of type NameserverModifier and TypeMethodDescriptionvoidGetDomainDetailResult.setNameservers(Collection<Nameserver> nameservers) The name of the domain.voidTransferDomainRequest.setNameservers(Collection<Nameserver> nameservers) Contains details for the host and glue IP addresses.voidUpdateDomainNameserversRequest.setNameservers(Collection<Nameserver> nameservers) A list of new name servers for the domain.GetDomainDetailResult.withNameservers(Collection<Nameserver> nameservers) The name of the domain.TransferDomainRequest.withNameservers(Collection<Nameserver> nameservers) Contains details for the host and glue IP addresses.UpdateDomainNameserversRequest.withNameservers(Collection<Nameserver> nameservers) A list of new name servers for the domain.