| Package | Description |
|---|---|
| com.dnsimple | |
| com.dnsimple.endpoints.http | |
| com.dnsimple.exception |
| Modifier and Type | Method and Description |
|---|---|
AcceptPushResponse |
Domains.acceptPush(String accountId,
String pushId,
Map<String,Object> attributes)
Accept a push.
|
AppliedServicesResponse |
Services.appliedServices(String accountId,
String domainId)
Lists the one-click services applied to the domain.
|
AppliedServicesResponse |
Services.appliedServices(String accountId,
String domainId,
Map<String,Object> options)
Lists the one-click services applied to the domain.
|
ApplyServiceResponse |
Services.applyService(String accountId,
String domainId,
String serviceId,
Map<String,Object> settings)
Apply the given one-click service to the given domain.
|
ApplyTemplateResponse |
Templates.applyTemplate(String accountId,
String templateId,
String domainId)
Apply a template from the account to the domain
|
ChangeDomainDelegationResponse |
Registrar.changeDomainDelegation(String accountId,
String domainId,
List<String> nameServerNames)
Change name servers the domain is delegating to.
|
ChangeDomainDelegationFromVanityResponse |
Registrar.changeDomainDelegationFromVanity(String accountId,
String domainId)
Change the domain delegation back to the standard DNSimple name servers.
|
ChangeDomainDelegationToVanityResponse |
Registrar.changeDomainDelegationToVanity(String accountId,
String domainId,
List<String> nameServerNames)
Change the domain delegation to the specified vanity name servers.
|
CheckDomainResponse |
Registrar.checkDomain(String accountId,
String domainName)
Checks whether a domain is available for registration.
|
CreateContactResponse |
Contacts.createContact(String accountId,
Map<String,Object> attributes)
Create a contact in the account.
|
CreateDelegationSignerRecordResponse |
Domains.createDelegationSignerRecord(String accountId,
String domainId,
Map<String,Object> attributes)
Create a delegation signer record for a domain.
|
CreateDomainResponse |
Domains.createDomain(String accountId,
Map<String,Object> attributes)
Create a domain in an account.
|
CreateEmailForwardResponse |
Domains.createEmailForward(String accountId,
String domainId,
Map<String,Object> attributes)
Create an email forward for a domain.
|
CreateTemplateResponse |
Templates.createTemplate(String accountId,
Map<String,Object> attributes)
Create a template in the account.
|
CreateTemplateRecordResponse |
Templates.createTemplateRecord(String accountId,
String templateId,
Map<String,Object> attributes)
Create a record in the template.
|
CreateWebhookResponse |
Webhooks.createWebhook(String accountId,
Map<String,Object> attributes)
Create a webhook in the account.
|
CreateZoneRecordResponse |
Zones.createZoneRecord(String accountId,
String zoneId,
Map<String,Object> attributes)
Create a record in a zone.
|
DeleteContactResponse |
Contacts.deleteContact(String accountId,
String contactId)
Delete a contact from the account.
|
DeleteDelegationSignerRecordResponse |
Domains.deleteDelegationSignerRecord(String accountId,
String domainId,
String dsRecordId)
Delete a delegation signer record from a domain.
|
DeleteDomainResponse |
Domains.deleteDomain(String accountId,
String domainId)
Delete a domain from an account.
|
DeleteEmailForwardResponse |
Domains.deleteEmailForward(String accountId,
String domainId,
String emailForwardId)
Delete an email forward from a domain.
|
DeleteTemplateResponse |
Templates.deleteTemplate(String accountId,
String templateId)
Delete a template from the account.
|
DeleteTemplateRecordResponse |
Templates.deleteTemplateRecord(String accountId,
String templateId,
String recordId)
Delete a record from the template.
|
DeleteWebhookResponse |
Webhooks.deleteWebhook(String accountId,
String webhookId)
Delete a webhook from the account.
|
DeleteZoneRecordResponse |
Zones.deleteZoneRecord(String accountId,
String zoneId,
String recordId)
Delete a record from a zone.
|
DisableAutoRenewalResponse |
Registrar.disableAutoRenewal(String accountId,
String domainId)
Disable auto renewal for the domain in the account.
|
DisableDnssecResponse |
Domains.disableDnssec(String accountId,
String domainId)
Disables DNSSEC on the domain.
|
DisableVanityNameServersResponse |
VanityNameServers.disableVanityNameServers(String accountId,
String domainId)
Disable vanity name servers for the domain
|
DisableWhoisPrivacyResponse |
Registrar.disableWhoisPrivacy(String accountId,
String domainId)
Disable whois privacy for the domain.
|
DownloadCertificateResponse |
Certificates.downloadCertificate(String accountId,
String domainId,
String certificateId)
Downloads certificate associated with a domain.
|
EnableAutoRenewalResponse |
Registrar.enableAutoRenewal(String accountId,
String domainId)
Enable auto renewal for the domain in the account.
|
EnableDnssecResponse |
Domains.enableDnssec(String accountId,
String domainId)
Enables DNSSEC on the domain.
|
EnableVanityNameServersResponse |
VanityNameServers.enableVanityNameServers(String accountId,
String domainId)
Enable vanity name servers for the domain
|
EnableWhoisPrivacyResponse |
Registrar.enableWhoisPrivacy(String accountId,
String domainId)
Enable whois privacy for the domain.
|
OauthToken |
Oauth.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret)
Exchange the short-lived authorization code for an access token
that is used to authenticate API calls.
|
OauthToken |
Oauth.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret,
Map<String,Object> options)
Exchange the short-lived authorization code for an access token
that is used to authenticate API calls.
|
GetCertificateResponse |
Certificates.getCertificate(String accountId,
String domainId,
String certificateId)
Get a specific certificate associated to a domain using the certificate's ID.
|
GetCertificatePrivateKeyResponse |
Certificates.getCertificatePrivateKey(String accountId,
String domainId,
String certificateId)
Get the certificate private key associated with a domain.
|
GetContactResponse |
Contacts.getContact(String accountId,
String contactId)
Get a specific contact associated to an account using the contacts's ID.
|
GetDelegationSignerRecordResponse |
Domains.getDelegationSignerRecord(String accountId,
String domainId,
String dsRecordId)
Get a delegation signer record for a domain using the delegation signer records's ID.
|
GetDnssecResponse |
Domains.getDnssec(String accountId,
String domainId)
Get DNSSEC status of the domain.
|
GetDomainResponse |
Domains.getDomain(String accountId,
String domainId)
Get a specific domain associated to an account using the domain's name or ID.
|
GetDomainDelegationResponse |
Registrar.getDomainDelegation(String accountId,
String domainId)
Lists name servers the domain is delegating to.
|
GetEmailForwardResponse |
Domains.getEmailForward(String accountId,
String domainId,
String emailForwardId)
Get a specific email forward associated to a domain using the email forward's ID.
|
GetServiceResponse |
Services.getService(String serviceId)
Get a specific service by ID.
|
GetTemplateResponse |
Templates.getTemplate(String accountId,
String templateId)
Get a specific template associated to an account using the templates's ID.
|
GetTemplateRecordResponse |
Templates.getTemplateRecord(String accountId,
String templateId,
String recordId)
Get a specific record associated to a template using the record's ID.
|
GetTldResponse |
Tlds.getTld(String tld)
Get details for a specific tld.
|
GetTldExtendedAttributesResponse |
Tlds.getTldExtendedAttributes(String tld)
Get extended attributes for a TLD
|
GetWebhookResponse |
Webhooks.getWebhook(String accountId,
String webhookId)
Get a specific webhook associated to an account using the webhook's ID.
|
GetWhoisPrivacyResponse |
Registrar.getWhoisPrivacy(String accountId,
String domainId)
Gets the whois privacy for the domain.
|
GetZoneResponse |
Zones.getZone(String accountId,
String zoneId)
Get a specific zone associated to an account using the zone's name or ID.
|
GetZoneFileResponse |
Zones.getZoneFile(String accountId,
String zoneId)
Get the zone file associated to an account using the zone's name or ID.
|
GetZoneRecordResponse |
Zones.getZoneRecord(String accountId,
String zoneId,
String recordId)
Get a specific record associated to a zone using the zone's name or ID.
|
InitiatePushResponse |
Domains.initiatePush(String accountId,
String domainId,
Map<String,Object> attributes)
Initiate a push.
|
ListAccountsResponse |
Accounts.listAccounts()
Lists the accounts the authenticated entity has access to.
|
ListCertificatesResponse |
Certificates.listCertificates(String accountId,
String domainId)
Lists the domains in the account.
|
ListCertificatesResponse |
Certificates.listCertificates(String accountId,
String domainId,
Map<String,Object> options)
Lists the certificates in the domain.
|
ListContactsResponse |
Contacts.listContacts(String accountId)
Lists the contacts in the account.
|
ListContactsResponse |
Contacts.listContacts(String accountId,
Map<String,Object> options)
Lists the contacts in the account.
|
ListDelegationSignerRecordsResponse |
Domains.listDelegationSignerRecords(String accountId,
String domainId)
Lists the delegation signer records in the domain.
|
ListDelegationSignerRecordsResponse |
Domains.listDelegationSignerRecords(String accountId,
String domainId,
Map<String,Object> options)
Lists the delegation signer records in the domain.
|
ListDomainsResponse |
Domains.listDomains(String accountId)
Lists the domains in the account.
|
ListDomainsResponse |
Domains.listDomains(String accountId,
Map<String,Object> options)
Lists the domains in the account.
|
ListEmailForwardsResponse |
Domains.listEmailForwards(String accountId,
String domainId)
List email forwards under a given domain.
|
ListEmailForwardsResponse |
Domains.listEmailForwards(String accountId,
String domainId,
Map<String,Object> options)
List email forwards under a given domain.
|
ListPushesResponse |
Domains.listPushes(String accountId,
String domainId)
List pushes under a given domain.
|
ListPushesResponse |
Domains.listPushes(String accountId,
String domainId,
Map<String,Object> options)
List pushes under a given domain.
|
ListServicesResponse |
Services.listServices()
Lists the available one-click services.
|
ListServicesResponse |
Services.listServices(Map<String,Object> options)
Lists the available one-click services.
|
ListTemplateRecordsResponse |
Templates.listTemplateRecords(String accountId,
String templateId)
Lists the records in the template.
|
ListTemplateRecordsResponse |
Templates.listTemplateRecords(String accountId,
String templateId,
Map<String,Object> options)
Lists the records in the template.
|
ListTemplatesResponse |
Templates.listTemplates(String accountId)
Lists the templates in the account.
|
ListTemplatesResponse |
Templates.listTemplates(String accountId,
Map<String,Object> options)
Lists the templates in the account.
|
ListTldsResponse |
Tlds.listTlds()
Lists supported TLDs for registration
|
ListTldsResponse |
Tlds.listTlds(Map<String,Object> options)
Lists supported TLDs for registration
|
ListWebhooksResponse |
Webhooks.listWebhooks(String accountId)
Lists the webhooks in the account.
|
ListWebhooksResponse |
Webhooks.listWebhooks(String accountId,
Map<String,Object> options)
Lists the webhooks in the account.
|
ListZoneRecordsResponse |
Zones.listZoneRecords(String accountId,
String zoneId)
Lists the records in the zone.
|
ListZoneRecordsResponse |
Zones.listZoneRecords(String accountId,
String zoneId,
Map<String,Object> options)
Lists the records in the zone.
|
ListZonesResponse |
Zones.listZones(String accountId)
Lists the zones in the account.
|
ListZonesResponse |
Zones.listZones(String accountId,
Map<String,Object> options)
Lists the zones in the account.
|
RegisterDomainResponse |
Registrar.registerDomain(String accountId,
String domainName,
Map<String,Object> attributes)
Registers a domain.
|
RejectPushResponse |
Domains.rejectPush(String accountId,
String pushId)
Reject a push.
|
RenewDomainResponse |
Registrar.renewDomain(String accountId,
String domainId,
Map<String,Object> attributes)
Renews a domain.
|
ResetDomainTokenResponse |
Domains.resetDomainToken(String accountId,
String domainId)
Resets the domain token.
|
TransferDomainResponse |
Registrar.transferDomain(String accountId,
String domainId,
Map<String,Object> attributes)
Starts the transfer of a domain to DNSimple.
|
TransferDomainOutResponse |
Registrar.transferDomainOut(String accountId,
String domainId)
Requests the transfer of a domain out of DNSimple.
|
UnapplyServiceResponse |
Services.unapplyService(String accountId,
String domainId,
String serviceId)
Unapply the given one-click service the given domain.
|
UpdateContactResponse |
Contacts.updateContact(String accountId,
String contactId,
Map<String,Object> attributes)
Update a contact in the account.
|
UpdateTemplateResponse |
Templates.updateTemplate(String accountId,
String templateId,
Map<String,Object> attributes)
Update a template in the account.
|
UpdateZoneRecordResponse |
Zones.updateZoneRecord(String accountId,
String zoneId,
String recordId,
Map<String,Object> attributes)
Update a record in a zone.
|
WhoamiResponse |
Identity.whoami()
Gets the information about the current authenticated context.
|
| Modifier and Type | Method and Description |
|---|---|
AcceptPushResponse |
DomainsEndpoint.acceptPush(String accountId,
String pushId,
Map<String,Object> attributes)
Accept a push.
|
AppliedServicesResponse |
ServicesEndpoint.appliedServices(String accountId,
String domainId) |
AppliedServicesResponse |
ServicesEndpoint.appliedServices(String accountId,
String domainId,
Map<String,Object> options) |
ApplyServiceResponse |
ServicesEndpoint.applyService(String accountId,
String domainId,
String serviceId,
Map<String,Object> settings) |
ApplyTemplateResponse |
TemplatesEndpoint.applyTemplate(String accountId,
String templateId,
String domainId) |
ChangeDomainDelegationResponse |
RegistrarEndpoint.changeDomainDelegation(String accountId,
String domainId,
List<String> nameServerNames) |
ChangeDomainDelegationFromVanityResponse |
RegistrarEndpoint.changeDomainDelegationFromVanity(String accountId,
String domainId) |
ChangeDomainDelegationToVanityResponse |
RegistrarEndpoint.changeDomainDelegationToVanity(String accountId,
String domainId,
List<String> nameServerNames) |
CheckDomainResponse |
RegistrarEndpoint.checkDomain(String accountId,
String domainName) |
CreateContactResponse |
ContactsEndpoint.createContact(String accountId,
Map<String,Object> attributes) |
CreateDelegationSignerRecordResponse |
DomainsEndpoint.createDelegationSignerRecord(String accountId,
String domainId,
Map<String,Object> attributes)
Create a delegation signer record for a domain.
|
CreateDomainResponse |
DomainsEndpoint.createDomain(String accountId,
Map<String,Object> attributes)
Create a domain in an account.
|
CreateEmailForwardResponse |
DomainsEndpoint.createEmailForward(String accountId,
String domainId,
Map<String,Object> attributes)
Create an email forward for a domain.
|
CreateTemplateResponse |
TemplatesEndpoint.createTemplate(String accountId,
Map<String,Object> attributes) |
CreateTemplateRecordResponse |
TemplatesEndpoint.createTemplateRecord(String accountId,
String templateId,
Map<String,Object> attributes) |
CreateWebhookResponse |
WebhooksEndpoint.createWebhook(String accountId,
Map<String,Object> attributes) |
CreateZoneRecordResponse |
ZonesEndpoint.createZoneRecord(String accountId,
String zoneId,
Map<String,Object> attributes) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.delete(String path) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.delete(String path,
Map<String,Object> options) |
DeleteContactResponse |
ContactsEndpoint.deleteContact(String accountId,
String contactId) |
DeleteDelegationSignerRecordResponse |
DomainsEndpoint.deleteDelegationSignerRecord(String accountId,
String domainId,
String dsRecordId)
Delete a delegation signer record from a domain.
|
DeleteDomainResponse |
DomainsEndpoint.deleteDomain(String accountId,
String domainId)
Delete a domain from an account.
|
DeleteEmailForwardResponse |
DomainsEndpoint.deleteEmailForward(String accountId,
String domainId,
String emailForwardId)
Delete an email forward from a domain.
|
DeleteTemplateResponse |
TemplatesEndpoint.deleteTemplate(String accountId,
String templateId) |
DeleteTemplateRecordResponse |
TemplatesEndpoint.deleteTemplateRecord(String accountId,
String templateId,
String recordId) |
DeleteWebhookResponse |
WebhooksEndpoint.deleteWebhook(String accountId,
String webhookId) |
DeleteZoneRecordResponse |
ZonesEndpoint.deleteZoneRecord(String accountId,
String zoneId,
String recordId) |
DisableAutoRenewalResponse |
RegistrarEndpoint.disableAutoRenewal(String accountId,
String domainId) |
DisableDnssecResponse |
DomainsEndpoint.disableDnssec(String accountId,
String domainId)
Disable DNSSEC on the domain.
|
DisableVanityNameServersResponse |
VanityNameServersEndpoint.disableVanityNameServers(String accountId,
String domainId) |
DisableWhoisPrivacyResponse |
RegistrarEndpoint.disableWhoisPrivacy(String accountId,
String domainId) |
DownloadCertificateResponse |
CertificatesEndpoint.downloadCertificate(String accountId,
String domainId,
String certificateId) |
EnableAutoRenewalResponse |
RegistrarEndpoint.enableAutoRenewal(String accountId,
String domainId) |
EnableDnssecResponse |
DomainsEndpoint.enableDnssec(String accountId,
String domainId)
Enables DNSSEC on the domain.
|
EnableVanityNameServersResponse |
VanityNameServersEndpoint.enableVanityNameServers(String accountId,
String domainId) |
EnableWhoisPrivacyResponse |
RegistrarEndpoint.enableWhoisPrivacy(String accountId,
String domainId) |
OauthToken |
OauthEndpoint.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret) |
OauthToken |
OauthEndpoint.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret,
Map<String,Object> options) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.get(String path) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.get(String path,
Map<String,Object> options) |
GetCertificateResponse |
CertificatesEndpoint.getCertificate(String accountId,
String domainId,
String certificateId) |
GetCertificatePrivateKeyResponse |
CertificatesEndpoint.getCertificatePrivateKey(String accountId,
String domainId,
String certificateId) |
GetContactResponse |
ContactsEndpoint.getContact(String accountId,
String contactId) |
GetDelegationSignerRecordResponse |
DomainsEndpoint.getDelegationSignerRecord(String accountId,
String domainId,
String dsRecordId)
Get a delegation signer record for a domain using the delegation signer records's ID.
|
GetDnssecResponse |
DomainsEndpoint.getDnssec(String accountId,
String domainId)
Get DNSSEC status of the domain.
|
GetDomainResponse |
DomainsEndpoint.getDomain(String accountId,
String domainId)
Get a specific domain associated to an account using the domain's name or ID.
|
GetDomainDelegationResponse |
RegistrarEndpoint.getDomainDelegation(String accountId,
String domainId) |
GetEmailForwardResponse |
DomainsEndpoint.getEmailForward(String accountId,
String domainId,
String emailForwardId)
Get a specific email forward associated to a domain using the email forward's ID.
|
GetServiceResponse |
ServicesEndpoint.getService(String serviceId) |
GetTemplateResponse |
TemplatesEndpoint.getTemplate(String accountId,
String templateId) |
GetTemplateRecordResponse |
TemplatesEndpoint.getTemplateRecord(String accountId,
String templateId,
String recordId) |
GetTldResponse |
TldsEndpoint.getTld(String tld) |
GetTldExtendedAttributesResponse |
TldsEndpoint.getTldExtendedAttributes(String tld) |
GetWebhookResponse |
WebhooksEndpoint.getWebhook(String accountId,
String webhookId) |
GetWhoisPrivacyResponse |
RegistrarEndpoint.getWhoisPrivacy(String accountId,
String domainId) |
GetZoneResponse |
ZonesEndpoint.getZone(String accountId,
String zoneId) |
GetZoneFileResponse |
ZonesEndpoint.getZoneFile(String accountId,
String zoneId) |
GetZoneRecordResponse |
ZonesEndpoint.getZoneRecord(String accountId,
String zoneId,
String recordId) |
InitiatePushResponse |
DomainsEndpoint.initiatePush(String accountId,
String domainId,
Map<String,Object> attributes)
Initiate a push.
|
ListAccountsResponse |
AccountsEndpoint.listAccounts() |
ListCertificatesResponse |
CertificatesEndpoint.listCertificates(String accountId,
String domainId) |
ListCertificatesResponse |
CertificatesEndpoint.listCertificates(String accountId,
String domainId,
Map<String,Object> options) |
ListContactsResponse |
ContactsEndpoint.listContacts(String accountId) |
ListContactsResponse |
ContactsEndpoint.listContacts(String accountId,
Map<String,Object> options) |
ListDelegationSignerRecordsResponse |
DomainsEndpoint.listDelegationSignerRecords(String accountId,
String domainId)
Lists the delegation signer records in the domain.
|
ListDelegationSignerRecordsResponse |
DomainsEndpoint.listDelegationSignerRecords(String accountId,
String domainId,
Map<String,Object> options)
Lists the delegation signer records in the domain.
|
ListDomainsResponse |
DomainsEndpoint.listDomains(String accountId)
Lists the domains in the account.
|
ListDomainsResponse |
DomainsEndpoint.listDomains(String accountId,
Map<String,Object> options)
Lists the domains in the account.
|
ListEmailForwardsResponse |
DomainsEndpoint.listEmailForwards(String accountId,
String domainId)
List email forwards under a given domain.
|
ListEmailForwardsResponse |
DomainsEndpoint.listEmailForwards(String accountId,
String domainId,
Map<String,Object> options)
List email forwards under a given domain.
|
ListPushesResponse |
DomainsEndpoint.listPushes(String accountId,
String domainId)
List pushes under a given domain.
|
ListPushesResponse |
DomainsEndpoint.listPushes(String accountId,
String domainId,
Map<String,Object> options)
List pushes under a given domain.
|
ListServicesResponse |
ServicesEndpoint.listServices() |
ListServicesResponse |
ServicesEndpoint.listServices(Map<String,Object> options) |
ListTemplateRecordsResponse |
TemplatesEndpoint.listTemplateRecords(String accountId,
String templateId) |
ListTemplateRecordsResponse |
TemplatesEndpoint.listTemplateRecords(String accountId,
String templateId,
Map<String,Object> options) |
ListTemplatesResponse |
TemplatesEndpoint.listTemplates(String accountId) |
ListTemplatesResponse |
TemplatesEndpoint.listTemplates(String accountId,
Map<String,Object> options) |
ListTldsResponse |
TldsEndpoint.listTlds() |
ListTldsResponse |
TldsEndpoint.listTlds(Map<String,Object> options) |
ListWebhooksResponse |
WebhooksEndpoint.listWebhooks(String accountId) |
ListWebhooksResponse |
WebhooksEndpoint.listWebhooks(String accountId,
Map<String,Object> options) |
ListZoneRecordsResponse |
ZonesEndpoint.listZoneRecords(String accountId,
String zoneId) |
ListZoneRecordsResponse |
ZonesEndpoint.listZoneRecords(String accountId,
String zoneId,
Map<String,Object> options) |
ListZonesResponse |
ZonesEndpoint.listZones(String accountId) |
ListZonesResponse |
ZonesEndpoint.listZones(String accountId,
Map<String,Object> options) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.patch(String path,
Object attributes) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.patch(String path,
Object attributes,
Map<String,Object> options) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.post(String path) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.post(String path,
Map<String,Object> attributes) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.post(String path,
Map<String,Object> attributes,
Map<String,Object> options) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.put(String path) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.put(String path,
Object attributes) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.put(String path,
Object attributes,
Map<String,Object> options) |
RegisterDomainResponse |
RegistrarEndpoint.registerDomain(String accountId,
String domainName,
Map<String,Object> attributes) |
RejectPushResponse |
DomainsEndpoint.rejectPush(String accountId,
String pushId)
Reject a push.
|
RenewDomainResponse |
RegistrarEndpoint.renewDomain(String accountId,
String domainId,
Map<String,Object> attributes) |
protected com.google.api.client.http.HttpResponse |
HttpEndpointClient.request(String method,
String url,
Object data,
Map<String,Object> options) |
ResetDomainTokenResponse |
DomainsEndpoint.resetDomainToken(String accountId,
String domainId)
Resets the domain token.
|
TransferDomainResponse |
RegistrarEndpoint.transferDomain(String accountId,
String domainId,
Map<String,Object> attributes) |
TransferDomainOutResponse |
RegistrarEndpoint.transferDomainOut(String accountId,
String domainId) |
UnapplyServiceResponse |
ServicesEndpoint.unapplyService(String accountId,
String domainId,
String serviceId) |
UpdateContactResponse |
ContactsEndpoint.updateContact(String accountId,
String contactId,
Map<String,Object> attributes) |
UpdateTemplateResponse |
TemplatesEndpoint.updateTemplate(String accountId,
String templateId,
Map<String,Object> attributes) |
UpdateZoneRecordResponse |
ZonesEndpoint.updateZoneRecord(String accountId,
String zoneId,
String recordId,
Map<String,Object> attributes) |
WhoamiResponse |
IdentityEndpoint.whoami() |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
static DnsimpleException |
DnsimpleException.transformException(com.google.api.client.http.HttpResponseException e)
Transform an HttpResponseException into a DnsimpleException.
|
Copyright © 2017 DNSimple. All rights reserved.