Uses of Class
com.oracle.bmc.capacitymanagement.model.OccOverviewCollection
-
Packages that use OccOverviewCollection Package Description com.oracle.bmc.capacitymanagement.model com.oracle.bmc.capacitymanagement.responses -
-
Uses of OccOverviewCollection in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return OccOverviewCollection Modifier and Type Method Description OccOverviewCollection
OccOverviewCollection.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model with parameters of type OccOverviewCollection Modifier and Type Method Description OccOverviewCollection.Builder
OccOverviewCollection.Builder. copy(OccOverviewCollection model)
-
Uses of OccOverviewCollection in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return OccOverviewCollection Modifier and Type Method Description OccOverviewCollection
ListInternalNamespaceOccOverviewsResponse. getOccOverviewCollection()
The returned OccOverviewCollection instance.OccOverviewCollection
ListOccOverviewsResponse. getOccOverviewCollection()
The returned OccOverviewCollection instance.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type OccOverviewCollection Modifier and Type Method Description ListInternalNamespaceOccOverviewsResponse.Builder
ListInternalNamespaceOccOverviewsResponse.Builder. occOverviewCollection(OccOverviewCollection occOverviewCollection)
The returned OccOverviewCollection instance.ListOccOverviewsResponse.Builder
ListOccOverviewsResponse.Builder. occOverviewCollection(OccOverviewCollection occOverviewCollection)
The returned OccOverviewCollection instance.
-