Uses of Class
com.oracle.bmc.core.model.CpeDeviceShapeSummary
-
Packages that use CpeDeviceShapeSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of CpeDeviceShapeSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type CpeDeviceShapeSummary Modifier and Type Method Description Iterable<CpeDeviceShapeSummary>VirtualNetworkPaginators. listCpeDeviceShapesRecordIterator(ListCpeDeviceShapesRequest request)Creates a new iterable which will iterate over theCpeDeviceShapeSummaryobjects contained in responses from the listCpeDeviceShapes operation. -
Uses of CpeDeviceShapeSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CpeDeviceShapeSummary Modifier and Type Method Description CpeDeviceShapeSummaryCpeDeviceShapeSummary.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type CpeDeviceShapeSummary Modifier and Type Method Description CpeDeviceShapeSummary.BuilderCpeDeviceShapeSummary.Builder. copy(CpeDeviceShapeSummary model) -
Uses of CpeDeviceShapeSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type CpeDeviceShapeSummary Modifier and Type Method Description List<CpeDeviceShapeSummary>ListCpeDeviceShapesResponse. getItems()A list of com.oracle.bmc.core.model.CpeDeviceShapeSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type CpeDeviceShapeSummary Modifier and Type Method Description ListCpeDeviceShapesResponse.BuilderListCpeDeviceShapesResponse.Builder. items(List<CpeDeviceShapeSummary> items)A list of com.oracle.bmc.core.model.CpeDeviceShapeSummary instances.
-