Uses of Class
com.oracle.bmc.logging.model.Category
-
Packages that use Category Package Description com.oracle.bmc.logging.model -
-
Uses of Category in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return Category Modifier and Type Method Description Category
Category.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type Category Modifier and Type Method Description List<Category>
ResourceType. getCategories()
Categories for resources.Methods in com.oracle.bmc.logging.model with parameters of type Category Modifier and Type Method Description Category.Builder
Category.Builder. copy(Category model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type Category Modifier and Type Method Description ResourceType.Builder
ResourceType.Builder. categories(List<Category> categories)
Categories for resources.Constructor parameters in com.oracle.bmc.logging.model with type arguments of type Category Constructor Description ResourceType(String name, List<Category> categories)
Deprecated.
-