Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsCompliancePolicy.Action
-
Packages that use AuthenticationFactorSettingsCompliancePolicy.Action Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsCompliancePolicy.Action in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsCompliancePolicy.Action Modifier and Type Method Description static AuthenticationFactorSettingsCompliancePolicy.Action
AuthenticationFactorSettingsCompliancePolicy.Action. create(String key)
AuthenticationFactorSettingsCompliancePolicy.Action
AuthenticationFactorSettingsCompliancePolicy. getAction()
The action to be taken if the value of the attribute is not as expectedstatic AuthenticationFactorSettingsCompliancePolicy.Action
AuthenticationFactorSettingsCompliancePolicy.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationFactorSettingsCompliancePolicy.Action[]
AuthenticationFactorSettingsCompliancePolicy.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsCompliancePolicy.Action Modifier and Type Method Description AuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy.Builder. action(AuthenticationFactorSettingsCompliancePolicy.Action action)
The action to be taken if the value of the attribute is not as expectedConstructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsCompliancePolicy.Action Constructor Description AuthenticationFactorSettingsCompliancePolicy(String name, AuthenticationFactorSettingsCompliancePolicy.Action action, String value)
Deprecated.
-