Uses of Class
com.oracle.bmc.optimizer.model.TargetTag
-
Packages that use TargetTag Package Description com.oracle.bmc.optimizer.model -
-
Uses of TargetTag in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return TargetTag Modifier and Type Method Description TargetTagTargetTag.Builder. build()Methods in com.oracle.bmc.optimizer.model that return types with arguments of type TargetTag Modifier and Type Method Description List<TargetTag>TargetTags. getItems()The list of tags specified in the current profile override.Methods in com.oracle.bmc.optimizer.model with parameters of type TargetTag Modifier and Type Method Description TargetTag.BuilderTargetTag.Builder. copy(TargetTag model)Method parameters in com.oracle.bmc.optimizer.model with type arguments of type TargetTag Modifier and Type Method Description TargetTags.BuilderTargetTags.Builder. items(List<TargetTag> items)The list of tags specified in the current profile override.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type TargetTag Constructor Description TargetTags(List<TargetTag> items)Deprecated.
-