Uses of Class
com.oracle.bmc.datascience.model.ScalingPolicy.PolicyType
-
Packages that use ScalingPolicy.PolicyType Package Description com.oracle.bmc.datascience.model -
-
Uses of ScalingPolicy.PolicyType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ScalingPolicy.PolicyType Modifier and Type Method Description static ScalingPolicy.PolicyType
ScalingPolicy.PolicyType. create(String key)
static ScalingPolicy.PolicyType
ScalingPolicy.PolicyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScalingPolicy.PolicyType[]
ScalingPolicy.PolicyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-