Uses of Class
com.oracle.bmc.capacitymanagement.model.OccmDemandSignalSummary
-
Packages that use OccmDemandSignalSummary Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.model -
-
Uses of OccmDemandSignalSummary in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type OccmDemandSignalSummary Modifier and Type Method Description Iterable<OccmDemandSignalSummary>
DemandSignalPaginators. listOccmDemandSignalsRecordIterator(ListOccmDemandSignalsRequest request)
Creates a new iterable which will iterate over theOccmDemandSignalSummary
objects contained in responses from the listOccmDemandSignals operation. -
Uses of OccmDemandSignalSummary in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccmDemandSignalSummary Modifier and Type Method Description OccmDemandSignalSummary
OccmDemandSignalSummary.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type OccmDemandSignalSummary Modifier and Type Method Description List<OccmDemandSignalSummary>
OccmDemandSignalCollection. getItems()
An array of demand signals.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccmDemandSignalSummary Modifier and Type Method Description OccmDemandSignalSummary.Builder
OccmDemandSignalSummary.Builder. copy(OccmDemandSignalSummary model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccmDemandSignalSummary Modifier and Type Method Description OccmDemandSignalCollection.Builder
OccmDemandSignalCollection.Builder. items(List<OccmDemandSignalSummary> items)
An array of demand signals.Constructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccmDemandSignalSummary Constructor Description OccmDemandSignalCollection(List<OccmDemandSignalSummary> items)
Deprecated.
-