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