Uses of Class
com.oracle.bmc.iot.model.UpdateIotFlowRuntimeDetails.Scale
-
Packages that use UpdateIotFlowRuntimeDetails.Scale Package Description com.oracle.bmc.iot.model -
-
Uses of UpdateIotFlowRuntimeDetails.Scale in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return UpdateIotFlowRuntimeDetails.Scale Modifier and Type Method Description static UpdateIotFlowRuntimeDetails.ScaleUpdateIotFlowRuntimeDetails.Scale. create(String key)UpdateIotFlowRuntimeDetails.ScaleUpdateIotFlowRuntimeDetails. getScale()The scale of the IoT flow runtime.static UpdateIotFlowRuntimeDetails.ScaleUpdateIotFlowRuntimeDetails.Scale. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateIotFlowRuntimeDetails.Scale[]UpdateIotFlowRuntimeDetails.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 UpdateIotFlowRuntimeDetails.Scale Modifier and Type Method Description UpdateIotFlowRuntimeDetails.BuilderUpdateIotFlowRuntimeDetails.Builder. scale(UpdateIotFlowRuntimeDetails.Scale scale)The scale of the IoT flow runtime.Constructors in com.oracle.bmc.iot.model with parameters of type UpdateIotFlowRuntimeDetails.Scale Constructor Description UpdateIotFlowRuntimeDetails(String displayName, String description, UpdateIotFlowRuntimeDetails.Scale scale, NetworkConfigDetails networkConfig, LogConfigDetails logConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-