Uses of Class
com.oracle.bmc.core.model.DrgAttachmentInfo
-
Packages that use DrgAttachmentInfo Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of DrgAttachmentInfo in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type DrgAttachmentInfo Modifier and Type Method Description Iterable<DrgAttachmentInfo>VirtualNetworkPaginators. getAllDrgAttachmentsRecordIterator(GetAllDrgAttachmentsRequest request)Creates a new iterable which will iterate over theDrgAttachmentInfoobjects contained in responses from the getAllDrgAttachments operation. -
Uses of DrgAttachmentInfo in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DrgAttachmentInfo Modifier and Type Method Description DrgAttachmentInfoDrgAttachmentInfo.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type DrgAttachmentInfo Modifier and Type Method Description DrgAttachmentInfo.BuilderDrgAttachmentInfo.Builder. copy(DrgAttachmentInfo model) -
Uses of DrgAttachmentInfo in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type DrgAttachmentInfo Modifier and Type Method Description List<DrgAttachmentInfo>GetAllDrgAttachmentsResponse. getItems()A list of com.oracle.bmc.core.model.DrgAttachmentInfo instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type DrgAttachmentInfo Modifier and Type Method Description GetAllDrgAttachmentsResponse.BuilderGetAllDrgAttachmentsResponse.Builder. items(List<DrgAttachmentInfo> items)A list of com.oracle.bmc.core.model.DrgAttachmentInfo instances.
-