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