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