Uses of Class
com.oracle.bmc.core.model.Volume
-
Packages that use Volume Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Volume in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Volume Modifier and Type Method Description Iterable<Volume>
BlockstoragePaginators. listVolumesRecordIterator(ListVolumesRequest request)
Creates a new iterable which will iterate over theVolume
objects contained in responses from the listVolumes operation. -
Uses of Volume in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Volume Modifier and Type Method Description Volume
Volume.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type Volume Modifier and Type Method Description Volume.Builder
Volume.Builder. copy(Volume model)
-
Uses of Volume in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return Volume Modifier and Type Method Description Volume
CreateVolumeResponse. getVolume()
The returned Volume instance.Volume
GetVolumeResponse. getVolume()
The returned Volume instance.Volume
UpdateVolumeResponse. getVolume()
The returned Volume instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type Volume Modifier and Type Method Description List<Volume>
ListVolumesResponse. getItems()
A list of com.oracle.bmc.core.model.Volume instances.Methods in com.oracle.bmc.core.responses with parameters of type Volume Modifier and Type Method Description CreateVolumeResponse.Builder
CreateVolumeResponse.Builder. volume(Volume volume)
The returned Volume instance.GetVolumeResponse.Builder
GetVolumeResponse.Builder. volume(Volume volume)
The returned Volume instance.UpdateVolumeResponse.Builder
UpdateVolumeResponse.Builder. volume(Volume volume)
The returned Volume instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type Volume Modifier and Type Method Description ListVolumesResponse.Builder
ListVolumesResponse.Builder. items(List<Volume> items)
A list of com.oracle.bmc.core.model.Volume instances.
-