Uses of Class
com.oracle.bmc.core.model.BootVolumeAttachment
-
Packages that use BootVolumeAttachment Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of BootVolumeAttachment in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type BootVolumeAttachment Modifier and Type Method Description Iterable<BootVolumeAttachment>
ComputePaginators. listBootVolumeAttachmentsRecordIterator(ListBootVolumeAttachmentsRequest request)
Creates a new iterable which will iterate over theBootVolumeAttachment
objects contained in responses from the listBootVolumeAttachments operation. -
Uses of BootVolumeAttachment in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolumeAttachment Modifier and Type Method Description BootVolumeAttachment
BootVolumeAttachment.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type BootVolumeAttachment Modifier and Type Method Description BootVolumeAttachment.Builder
BootVolumeAttachment.Builder. copy(BootVolumeAttachment model)
-
Uses of BootVolumeAttachment in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return BootVolumeAttachment Modifier and Type Method Description BootVolumeAttachment
AttachBootVolumeResponse. getBootVolumeAttachment()
The returned BootVolumeAttachment instance.BootVolumeAttachment
GetBootVolumeAttachmentResponse. getBootVolumeAttachment()
The returned BootVolumeAttachment instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type BootVolumeAttachment Modifier and Type Method Description List<BootVolumeAttachment>
ListBootVolumeAttachmentsResponse. getItems()
A list of com.oracle.bmc.core.model.BootVolumeAttachment instances.Methods in com.oracle.bmc.core.responses with parameters of type BootVolumeAttachment Modifier and Type Method Description AttachBootVolumeResponse.Builder
AttachBootVolumeResponse.Builder. bootVolumeAttachment(BootVolumeAttachment bootVolumeAttachment)
The returned BootVolumeAttachment instance.GetBootVolumeAttachmentResponse.Builder
GetBootVolumeAttachmentResponse.Builder. bootVolumeAttachment(BootVolumeAttachment bootVolumeAttachment)
The returned BootVolumeAttachment instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type BootVolumeAttachment Modifier and Type Method Description ListBootVolumeAttachmentsResponse.Builder
ListBootVolumeAttachmentsResponse.Builder. items(List<BootVolumeAttachment> items)
A list of com.oracle.bmc.core.model.BootVolumeAttachment instances.
-