Uses of Class
com.myjeeva.digitalocean.pojo.Actions
Packages that use Actions
-
Uses of Actions in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return ActionsModifier and TypeMethodDescriptionDigitalOcean.getAvailableActions(Integer pageNo, Integer perPage) Method return all the action informations, regardless of categories.DigitalOcean.getAvailableDropletActions(Integer dropletId, Integer pageNo, Integer perPage) Method return all the action informations; specific to given Droplet IdDigitalOcean.getAvailableFloatingIPActions(String ipAddress, Integer pageNo, Integer perPage) Method retrives all actions that have been executed on a Floating IP address.DigitalOcean.getAvailableImageActions(Integer imageId, Integer pageNo, Integer perPage) Method return all the action informations; specific to given Image IdDigitalOcean.getAvailableVolumeActions(String volumeId) Method will get all the available volume action by volume identifier -
Uses of Actions in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return ActionsModifier and TypeMethodDescriptionDigitalOceanClient.getAvailableActions(Integer pageNo, Integer perPage) DigitalOceanClient.getAvailableDropletActions(Integer dropletId, Integer pageNo, Integer perPage) DigitalOceanClient.getAvailableFloatingIPActions(String ipAddress, Integer pageNo, Integer perPage) DigitalOceanClient.getAvailableImageActions(Integer imageId, Integer pageNo, Integer perPage) DigitalOceanClient.getAvailableVolumeActions(String volumeId)