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 theBootVolumeAttachmentobjects 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 BootVolumeAttachmentBootVolumeAttachment.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type BootVolumeAttachment Modifier and Type Method Description BootVolumeAttachment.BuilderBootVolumeAttachment.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 BootVolumeAttachmentAttachBootVolumeResponse. getBootVolumeAttachment()The returned BootVolumeAttachment instance.BootVolumeAttachmentGetBootVolumeAttachmentResponse. 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.BuilderAttachBootVolumeResponse.Builder. bootVolumeAttachment(BootVolumeAttachment bootVolumeAttachment)The returned BootVolumeAttachment instance.GetBootVolumeAttachmentResponse.BuilderGetBootVolumeAttachmentResponse.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.BuilderListBootVolumeAttachmentsResponse.Builder. items(List<BootVolumeAttachment> items)A list of com.oracle.bmc.core.model.BootVolumeAttachment instances.
-