Uses of Class
com.oracle.bmc.optimizer.model.TargetCompartments
-
Packages that use TargetCompartments Package Description com.oracle.bmc.optimizer.model -
-
Uses of TargetCompartments in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return TargetCompartments Modifier and Type Method Description TargetCompartments
TargetCompartments.Builder. build()
TargetCompartments
CreateProfileDetails. getTargetCompartments()
TargetCompartments
Profile. getTargetCompartments()
TargetCompartments
ProfileSummary. getTargetCompartments()
TargetCompartments
UpdateProfileDetails. getTargetCompartments()
Methods in com.oracle.bmc.optimizer.model with parameters of type TargetCompartments Modifier and Type Method Description TargetCompartments.Builder
TargetCompartments.Builder. copy(TargetCompartments model)
CreateProfileDetails.Builder
CreateProfileDetails.Builder. targetCompartments(TargetCompartments targetCompartments)
Profile.Builder
Profile.Builder. targetCompartments(TargetCompartments targetCompartments)
ProfileSummary.Builder
ProfileSummary.Builder. targetCompartments(TargetCompartments targetCompartments)
UpdateProfileDetails.Builder
UpdateProfileDetails.Builder. targetCompartments(TargetCompartments targetCompartments)
Constructors in com.oracle.bmc.optimizer.model with parameters of type TargetCompartments Constructor Description CreateProfileDetails(String compartmentId, String name, String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags)
Deprecated.Profile(String id, String compartmentId, String name, String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.ProfileSummary(String id, String compartmentId, String name, String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LifecycleState lifecycleState, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags, Date timeCreated, Date timeUpdated)
Deprecated.UpdateProfileDetails(String description, Integer aggregationIntervalInDays, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, LevelsConfiguration levelsConfiguration, TargetCompartments targetCompartments, TargetTags targetTags, String name)
Deprecated.
-