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