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