Uses of Class
com.oracle.bmc.licensemanager.model.TopUtilizedResourceSummary
-
Packages that use TopUtilizedResourceSummary Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.model -
-
Uses of TopUtilizedResourceSummary in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return types with arguments of type TopUtilizedResourceSummary Modifier and Type Method Description Iterable<TopUtilizedResourceSummary>
LicenseManagerPaginators. listTopUtilizedResourcesRecordIterator(ListTopUtilizedResourcesRequest request)
Creates a new iterable which will iterate over theTopUtilizedResourceSummary
objects contained in responses from the listTopUtilizedResources operation. -
Uses of TopUtilizedResourceSummary in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return TopUtilizedResourceSummary Modifier and Type Method Description TopUtilizedResourceSummary
TopUtilizedResourceSummary.Builder. build()
Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type TopUtilizedResourceSummary Modifier and Type Method Description List<TopUtilizedResourceSummary>
TopUtilizedResourceCollection. getItems()
The top utilized resource summary collection.Methods in com.oracle.bmc.licensemanager.model with parameters of type TopUtilizedResourceSummary Modifier and Type Method Description TopUtilizedResourceSummary.Builder
TopUtilizedResourceSummary.Builder. copy(TopUtilizedResourceSummary model)
Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type TopUtilizedResourceSummary Modifier and Type Method Description TopUtilizedResourceCollection.Builder
TopUtilizedResourceCollection.Builder. items(List<TopUtilizedResourceSummary> items)
The top utilized resource summary collection.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type TopUtilizedResourceSummary Constructor Description TopUtilizedResourceCollection(List<TopUtilizedResourceSummary> items)
Deprecated.
-