Uses of Class
com.oracle.bmc.iot.model.IotFlowRuntimeSummary.Scale
-
Packages that use IotFlowRuntimeSummary.Scale Package Description com.oracle.bmc.iot.model -
-
Uses of IotFlowRuntimeSummary.Scale in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotFlowRuntimeSummary.Scale Modifier and Type Method Description static IotFlowRuntimeSummary.ScaleIotFlowRuntimeSummary.Scale. create(String key)IotFlowRuntimeSummary.ScaleIotFlowRuntimeSummary. getScale()The scale of the IoT flow runtime.static IotFlowRuntimeSummary.ScaleIotFlowRuntimeSummary.Scale. valueOf(String name)Returns the enum constant of this type with the specified name.static IotFlowRuntimeSummary.Scale[]IotFlowRuntimeSummary.Scale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.iot.model with parameters of type IotFlowRuntimeSummary.Scale Modifier and Type Method Description IotFlowRuntimeSummary.BuilderIotFlowRuntimeSummary.Builder. scale(IotFlowRuntimeSummary.Scale scale)The scale of the IoT flow runtime.Constructors in com.oracle.bmc.iot.model with parameters of type IotFlowRuntimeSummary.Scale Constructor Description IotFlowRuntimeSummary(String id, String iotDomainId, String compartmentId, IotFlowRuntimeSummary.Scale scale, String displayName, String description, IotFlowRuntime.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)Deprecated.
-