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