Uses of Class
com.oracle.bmc.optimizer.model.ProfileLevelCollection
-
Packages that use ProfileLevelCollection Package Description com.oracle.bmc.optimizer.model com.oracle.bmc.optimizer.responses -
-
Uses of ProfileLevelCollection in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return ProfileLevelCollection Modifier and Type Method Description ProfileLevelCollection
ProfileLevelCollection.Builder. build()
Methods in com.oracle.bmc.optimizer.model with parameters of type ProfileLevelCollection Modifier and Type Method Description ProfileLevelCollection.Builder
ProfileLevelCollection.Builder. copy(ProfileLevelCollection model)
-
Uses of ProfileLevelCollection in com.oracle.bmc.optimizer.responses
Methods in com.oracle.bmc.optimizer.responses that return ProfileLevelCollection Modifier and Type Method Description ProfileLevelCollection
ListProfileLevelsResponse. getProfileLevelCollection()
The returned ProfileLevelCollection instance.Methods in com.oracle.bmc.optimizer.responses with parameters of type ProfileLevelCollection Modifier and Type Method Description ListProfileLevelsResponse.Builder
ListProfileLevelsResponse.Builder. profileLevelCollection(ProfileLevelCollection profileLevelCollection)
The returned ProfileLevelCollection instance.
-