DigitalOcean API Client in Java

Uses of Class
com.myjeeva.digitalocean.pojo.Domain

Packages that use Domain
com.myjeeva.digitalocean   
com.myjeeva.digitalocean.impl   
 

Uses of Domain in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that return Domain
 Domain DigitalOcean.createDomain(String domainName, String ipAddress)
          Method creates a new domain name with an A record for the specified [ip_address].
 Domain DigitalOcean.getDomainInfo(Integer domainId)
          Method returns the specified domain attributes and zone file info.
 

Methods in com.myjeeva.digitalocean that return types with arguments of type Domain
 List<Domain> DigitalOcean.getAvailableDomains()
          Method returns all of your available domains from DNS control panel
 

Uses of Domain in com.myjeeva.digitalocean.impl
 

Methods in com.myjeeva.digitalocean.impl that return Domain
 Domain DigitalOceanClient.createDomain(String domainName, String ipAddress)
           
 Domain DigitalOceanClient.getDomainInfo(Integer domainId)
           
 

Methods in com.myjeeva.digitalocean.impl that return types with arguments of type Domain
 List<Domain> DigitalOceanClient.getAvailableDomains()
           
 


DigitalOcean API Client in Java

Copyright © 2014 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.