Uses of Class
com.oracle.bmc.capacitymanagement.model.OccOverviewSummary
-
Packages that use OccOverviewSummary Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.model -
-
Uses of OccOverviewSummary in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type OccOverviewSummary Modifier and Type Method Description Iterable<OccOverviewSummary>
CapacityManagementPaginators. listInternalNamespaceOccOverviewsRecordIterator(ListInternalNamespaceOccOverviewsRequest request)
Creates a new iterable which will iterate over theOccOverviewSummary
objects contained in responses from the listInternalNamespaceOccOverviews operation.Iterable<OccOverviewSummary>
CapacityManagementPaginators. listOccOverviewsRecordIterator(ListOccOverviewsRequest request)
Creates a new iterable which will iterate over theOccOverviewSummary
objects contained in responses from the listOccOverviews operation. -
Uses of OccOverviewSummary in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccOverviewSummary Modifier and Type Method Description OccOverviewSummary
OccOverviewSummary.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type OccOverviewSummary Modifier and Type Method Description List<OccOverviewSummary>
OccOverviewCollection. getItems()
An array of overview summary.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccOverviewSummary Modifier and Type Method Description OccOverviewSummary.Builder
OccOverviewSummary.Builder. copy(OccOverviewSummary model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccOverviewSummary Modifier and Type Method Description OccOverviewCollection.Builder
OccOverviewCollection.Builder. items(List<OccOverviewSummary> items)
An array of overview summary.Constructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type OccOverviewSummary Constructor Description OccOverviewCollection(List<OccOverviewSummary> items)
Deprecated.
-