Uses of Class
com.oracle.bmc.dataflow.model.RunLogSummary.Type
-
Packages that use RunLogSummary.Type Package Description com.oracle.bmc.dataflow.model -
-
Uses of RunLogSummary.Type in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return RunLogSummary.Type Modifier and Type Method Description static RunLogSummary.Type
RunLogSummary.Type. create(String key)
RunLogSummary.Type
RunLogSummary. getType()
The type of log such as stdout and stderr.static RunLogSummary.Type
RunLogSummary.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunLogSummary.Type[]
RunLogSummary.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type RunLogSummary.Type Modifier and Type Method Description RunLogSummary.Builder
RunLogSummary.Builder. type(RunLogSummary.Type type)
The type of log such as stdout and stderr.Constructors in com.oracle.bmc.dataflow.model with parameters of type RunLogSummary.Type Constructor Description RunLogSummary(String name, String runId, Long sizeInBytes, RunLogSummary.Source source, Date timeCreated, RunLogSummary.Type type)
Deprecated.
-