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