Uses of Class
com.oracle.bmc.optimizer.model.ProfileLevelSummary
-
Packages that use ProfileLevelSummary Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.model -
-
Uses of ProfileLevelSummary in com.oracle.bmc.optimizer
Methods in com.oracle.bmc.optimizer that return types with arguments of type ProfileLevelSummary Modifier and Type Method Description Iterable<ProfileLevelSummary>
OptimizerPaginators. listProfileLevelsRecordIterator(ListProfileLevelsRequest request)
Creates a new iterable which will iterate over theProfileLevelSummary
objects contained in responses from the listProfileLevels operation. -
Uses of ProfileLevelSummary in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return ProfileLevelSummary Modifier and Type Method Description ProfileLevelSummary
ProfileLevelSummary.Builder. build()
Methods in com.oracle.bmc.optimizer.model that return types with arguments of type ProfileLevelSummary Modifier and Type Method Description List<ProfileLevelSummary>
ProfileLevelCollection. getItems()
A collection of profile levels.Methods in com.oracle.bmc.optimizer.model with parameters of type ProfileLevelSummary Modifier and Type Method Description ProfileLevelSummary.Builder
ProfileLevelSummary.Builder. copy(ProfileLevelSummary model)
Method parameters in com.oracle.bmc.optimizer.model with type arguments of type ProfileLevelSummary Modifier and Type Method Description ProfileLevelCollection.Builder
ProfileLevelCollection.Builder. items(List<ProfileLevelSummary> items)
A collection of profile levels.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type ProfileLevelSummary Constructor Description ProfileLevelCollection(List<ProfileLevelSummary> items)
Deprecated.
-