Uses of Class
com.oracle.bmc.core.model.DedicatedVmHostShapeSummary
-
Packages that use DedicatedVmHostShapeSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of DedicatedVmHostShapeSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type DedicatedVmHostShapeSummary Modifier and Type Method Description Iterable<DedicatedVmHostShapeSummary>
ComputePaginators. listDedicatedVmHostShapesRecordIterator(ListDedicatedVmHostShapesRequest request)
Creates a new iterable which will iterate over theDedicatedVmHostShapeSummary
objects contained in responses from the listDedicatedVmHostShapes operation. -
Uses of DedicatedVmHostShapeSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DedicatedVmHostShapeSummary Modifier and Type Method Description DedicatedVmHostShapeSummary
DedicatedVmHostShapeSummary.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type DedicatedVmHostShapeSummary Modifier and Type Method Description DedicatedVmHostShapeSummary.Builder
DedicatedVmHostShapeSummary.Builder. copy(DedicatedVmHostShapeSummary model)
-
Uses of DedicatedVmHostShapeSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type DedicatedVmHostShapeSummary Modifier and Type Method Description List<DedicatedVmHostShapeSummary>
ListDedicatedVmHostShapesResponse. getItems()
A list of com.oracle.bmc.core.model.DedicatedVmHostShapeSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type DedicatedVmHostShapeSummary Modifier and Type Method Description ListDedicatedVmHostShapesResponse.Builder
ListDedicatedVmHostShapesResponse.Builder. items(List<DedicatedVmHostShapeSummary> items)
A list of com.oracle.bmc.core.model.DedicatedVmHostShapeSummary instances.
-