Uses of Class
com.myjeeva.digitalocean.pojo.Volume
Packages that use Volume
Package
Description
-
Uses of Volume in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return VolumeModifier and TypeMethodDescriptionDigitalOcean.createVolume(Volume volume) Method creates new volume with given detailsDigitalOcean.getVolumeInfo(String volumeId) Method shows specific volume information by identifierMethods in com.myjeeva.digitalocean with parameters of type VolumeModifier and TypeMethodDescriptionDigitalOcean.createVolume(Volume volume) Method creates new volume with given details -
Uses of Volume in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return VolumeModifier and TypeMethodDescriptionDigitalOceanClient.createVolume(Volume volume) DigitalOceanClient.getVolumeInfo(String volumeId) Methods in com.myjeeva.digitalocean.impl with parameters of type Volume -
Uses of Volume in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type VolumeMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type Volume -
Uses of Volume in com.myjeeva.digitalocean.serializer
Methods in com.myjeeva.digitalocean.serializer with parameters of type Volume