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