DigitalOcean API Client in Java

Uses of Class
com.myjeeva.digitalocean.exception.ResourceNotFoundException

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

Uses of ResourceNotFoundException in com.myjeeva.digitalocean
 

Methods in com.myjeeva.digitalocean that throw ResourceNotFoundException
 Droplet DigitalOcean.createDroplet(Droplet droplet)
           Method allows you to create a new droplet.
 Droplet DigitalOcean.createDroplet(Droplet droplet, String sshKeyIds)
           Method allows you to create a new droplet.
 Response DigitalOcean.deleteDroplet(Integer dropletId)
          Method destroys one of your droplets - this is irreversible.
 Response DigitalOcean.deleteImage(Integer imageId)
          Method allows you to deletes an image.
 Response DigitalOcean.disableDropletBackups(Integer dropletId)
          Method disables automatic backups from running to backup your droplet's data.
 Response DigitalOcean.enableDropletBackups(Integer dropletId)
          Method enables automatic backups which run in the background daily to backup your droplet's data.
 List<Droplet> DigitalOcean.getAvailableDroplets()
          Method returns all active droplets that are currently running in your account.
 List<DropletImage> DigitalOcean.getAvailableImages()
          Method returns all the available images that can be accessed by your client ID.
 List<Region> DigitalOcean.getAvailableRegions()
          Method will return all the available regions within the DigitalOcean cloud.
 List<DropletSize> DigitalOcean.getAvailableSizes()
          Method returns all the available sizes that can be used to create a droplet.
 Droplet DigitalOcean.getDropletInfo(Integer dropletId)
          Method returns full information for a specific droplet ID that is passed in the URL.
 DropletImage DigitalOcean.getImageInfo(Integer imageId)
          Method retrieves the attributes of an image.
 Response DigitalOcean.powerCyleDroplet(Integer dropletId)
          Method allows you to power cycle a droplet.
 Response DigitalOcean.powerOffDroplet(Integer dropletId)
          Method allows you to poweroff a running droplet.
 Response DigitalOcean.powerOnDroplet(Integer dropletId)
          Method allows you to poweron a powered off droplet.
 Response DigitalOcean.rebootDroplet(Integer dropletId)
          Method allows you to reboot a droplet.
 Response DigitalOcean.rebuildDroplet(Integer dropletId, Integer imageId)
          Method allows you to reinstall a droplet with a default image.
 Response DigitalOcean.renameDroplet(Integer dropletId, String name)
          Method renames the droplet to the specified name.
 Response DigitalOcean.resetDropletPassword(Integer dropletId)
          Method will reset the root password for a droplet.
 Response DigitalOcean.resizeDroplet(Integer dropletId, Integer sizeId)
          Method allows you to resize a specific droplet to a different size.
 Response DigitalOcean.restoreDroplet(Integer dropletId, Integer imageId)
          Method allows you to restore a droplet with a previous image or snapshot.
 Response DigitalOcean.shutdownDroplet(Integer dropletId)
          Method allows you to shutdown a running droplet.
 Response DigitalOcean.takeDropletSnapshot(Integer dropletId)
          Method allows you to take a snapshot of the running droplet, which can later be restored or used to create a new droplet from the same image.
 Response DigitalOcean.takeDropletSnapshot(Integer dropletId, String snapshotName)
          Method allows you to take a snapshot of the running droplet, which can later be restored or used to create a new droplet from the same image.
 Response DigitalOcean.transerImage(Integer imageId, Integer regionId)
          Method allows you to transfer an image to a specified region.
 

Uses of ResourceNotFoundException in com.myjeeva.digitalocean.impl
 

Methods in com.myjeeva.digitalocean.impl that throw ResourceNotFoundException
 Droplet DigitalOceanClient.createDroplet(Droplet droplet)
           
 Droplet DigitalOceanClient.createDroplet(Droplet droplet, String sshKeyIds)
           
 Response DigitalOceanClient.deleteDroplet(Integer dropletId)
           
 Response DigitalOceanClient.deleteImage(Integer imageId)
           
 Response DigitalOceanClient.disableDropletBackups(Integer dropletId)
           
 Response DigitalOceanClient.enableDropletBackups(Integer dropletId)
           
 List<Droplet> DigitalOceanClient.getAvailableDroplets()
           
 List<DropletImage> DigitalOceanClient.getAvailableImages()
           
 List<Region> DigitalOceanClient.getAvailableRegions()
           
 List<DropletSize> DigitalOceanClient.getAvailableSizes()
           
 Droplet DigitalOceanClient.getDropletInfo(Integer dropletId)
           
 DropletImage DigitalOceanClient.getImageInfo(Integer imageId)
           
 Response DigitalOceanClient.powerCyleDroplet(Integer dropletId)
           
 Response DigitalOceanClient.powerOffDroplet(Integer dropletId)
           
 Response DigitalOceanClient.powerOnDroplet(Integer dropletId)
           
 Response DigitalOceanClient.rebootDroplet(Integer dropletId)
           
 Response DigitalOceanClient.rebuildDroplet(Integer dropletId, Integer imageId)
           
 Response DigitalOceanClient.renameDroplet(Integer dropletId, String name)
           
 Response DigitalOceanClient.resetDropletPassword(Integer dropletId)
           
 Response DigitalOceanClient.resizeDroplet(Integer dropletId, Integer sizeId)
           
 Response DigitalOceanClient.restoreDroplet(Integer dropletId, Integer imageId)
           
 Response DigitalOceanClient.shutdownDroplet(Integer dropletId)
           
 Response DigitalOceanClient.takeDropletSnapshot(Integer dropletId)
           
 Response DigitalOceanClient.takeDropletSnapshot(Integer dropletId, String snapshotName)
           
 Response DigitalOceanClient.transerImage(Integer imageId, Integer regionId)
           
 


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.