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)
          To be release in v1.1
 Domain DigitalOcean.deleteDomain(Integer domainId)
          To be release in v1.1
 Domain DigitalOcean.getDomainInfo(Integer domainId)
          To be release in v1.1
 

Methods in com.myjeeva.digitalocean that return types with arguments of type Domain
 List<Domain> DigitalOcean.getAvailableDomains()
          To be release in v1.1
 

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.deleteDomain(Integer domainId)
           
 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 © 2013 myjeeva.com, 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.com has license information.