Uses of Class
com.oracle.bmc.optimizer.model.TargetTags
- 
Packages that use TargetTags Package Description com.oracle.bmc.optimizer.model  - 
- 
Uses of TargetTags in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return TargetTags Modifier and Type Method Description TargetTagsTargetTags.Builder. build()TargetTagsCreateProfileDetails. getTargetTags()TargetTagsProfile. getTargetTags()TargetTagsProfileSummary. getTargetTags()TargetTagsUpdateProfileDetails. getTargetTags()Methods in com.oracle.bmc.optimizer.model with parameters of type TargetTags Modifier and Type Method Description TargetTags.BuilderTargetTags.Builder. copy(TargetTags model)CreateProfileDetails.BuilderCreateProfileDetails.Builder. targetTags(TargetTags targetTags)Profile.BuilderProfile.Builder. targetTags(TargetTags targetTags)ProfileSummary.BuilderProfileSummary.Builder. targetTags(TargetTags targetTags)UpdateProfileDetails.BuilderUpdateProfileDetails.Builder. targetTags(TargetTags targetTags)Constructors in com.oracle.bmc.optimizer.model with parameters of type TargetTags 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. 
 -