Uses of Class
com.ibm.cloud.is.vpc.v1.model.Volume
-
Packages that use Volume Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of Volume in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type Volume Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Volume>Vpc. createVolume(CreateVolumeOptions createVolumeOptions)Create a volume.com.ibm.cloud.sdk.core.http.ServiceCall<Volume>Vpc. getVolume(GetVolumeOptions getVolumeOptions)Retrieve a volume.com.ibm.cloud.sdk.core.http.ServiceCall<Volume>Vpc. updateVolume(UpdateVolumeOptions updateVolumeOptions)Update a volume. -
Uses of Volume in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type Volume Modifier and Type Method Description List<Volume>VolumesPager. getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<Volume>VolumesPager. getNext()Returns the next page of results.List<Volume>VolumeCollection. getVolumes()Gets the volumes.
-