Uses of Class
com.oracle.bmc.cims.model.Unit
-
Packages that use Unit Package Description com.oracle.bmc.cims.model -
-
Uses of Unit in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Unit Modifier and Type Method Description static Unit
Unit. create(String key)
Unit
ServiceCategory. getUnit()
The unit to use to measure the service category or resource.static Unit
Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static Unit[]
Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cims.model with parameters of type Unit Modifier and Type Method Description ServiceCategory.Builder
ServiceCategory.Builder. unit(Unit unit)
The unit to use to measure the service category or resource.Constructors in com.oracle.bmc.cims.model with parameters of type Unit Constructor Description ServiceCategory(String key, String name, String label, String description, List<IssueType> issueTypeList, List<String> supportedSubscriptions, Scope scope, Unit unit, String limitId)
Deprecated.
-