public class VanityNameServersEndpoint extends Object implements VanityNameServers
| Constructor and Description |
|---|
VanityNameServersEndpoint(HttpEndpointClient client) |
| Modifier and Type | Method and Description |
|---|---|
DisableVanityNameServersResponse |
disableVanityNameServers(String accountId,
String domainId)
Disable vanity name servers for the domain
|
EnableVanityNameServersResponse |
enableVanityNameServers(String accountId,
String domainId)
Enable vanity name servers for the domain
|
public VanityNameServersEndpoint(HttpEndpointClient client)
public EnableVanityNameServersResponse enableVanityNameServers(String accountId, String domainId) throws DnsimpleException, IOException
VanityNameServersenableVanityNameServers in interface VanityNameServersaccountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorpublic DisableVanityNameServersResponse disableVanityNameServers(String accountId, String domainId) throws DnsimpleException, IOException
VanityNameServersdisableVanityNameServers in interface VanityNameServersaccountId - The account IDdomainId - The domain name or IDDnsimpleException - Any API errorIOException - Any IO errorCopyright © 2017 DNSimple. All rights reserved.