Uses of Class
com.oracle.bmc.core.model.BootVolume
-
Packages that use BootVolume Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of BootVolume in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type BootVolume Modifier and Type Method Description Iterable<BootVolume>BlockstoragePaginators. listBootVolumesRecordIterator(ListBootVolumesRequest request)Creates a new iterable which will iterate over theBootVolumeobjects contained in responses from the listBootVolumes operation. -
Uses of BootVolume in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolume Modifier and Type Method Description BootVolumeBootVolume.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type BootVolume Modifier and Type Method Description BootVolume.BuilderBootVolume.Builder. copy(BootVolume model) -
Uses of BootVolume in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return BootVolume Modifier and Type Method Description BootVolumeCreateBootVolumeResponse. getBootVolume()The returned BootVolume instance.BootVolumeGetBootVolumeResponse. getBootVolume()The returned BootVolume instance.BootVolumeUpdateBootVolumeResponse. getBootVolume()The returned BootVolume instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type BootVolume Modifier and Type Method Description List<BootVolume>ListBootVolumesResponse. getItems()A list of com.oracle.bmc.core.model.BootVolume instances.Methods in com.oracle.bmc.core.responses with parameters of type BootVolume Modifier and Type Method Description CreateBootVolumeResponse.BuilderCreateBootVolumeResponse.Builder. bootVolume(BootVolume bootVolume)The returned BootVolume instance.GetBootVolumeResponse.BuilderGetBootVolumeResponse.Builder. bootVolume(BootVolume bootVolume)The returned BootVolume instance.UpdateBootVolumeResponse.BuilderUpdateBootVolumeResponse.Builder. bootVolume(BootVolume bootVolume)The returned BootVolume instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type BootVolume Modifier and Type Method Description ListBootVolumesResponse.BuilderListBootVolumesResponse.Builder. items(List<BootVolume> items)A list of com.oracle.bmc.core.model.BootVolume instances.
-