Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettings
-
Packages that use AuthenticationFactorSettings Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of AuthenticationFactorSettings in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettings Modifier and Type Method Description AuthenticationFactorSettings
AuthenticationFactorSettings.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettings Modifier and Type Method Description AuthenticationFactorSettings.Builder
AuthenticationFactorSettings.Builder. copy(AuthenticationFactorSettings model)
-
Uses of AuthenticationFactorSettings in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AuthenticationFactorSettings Modifier and Type Method Description AuthenticationFactorSettings
ListAuthenticationFactorSettingsResponse. getAuthenticationFactorSettings()
The returned AuthenticationFactorSettings instance.AuthenticationFactorSettings
SearchAuthenticationFactorSettingsResponse. getAuthenticationFactorSettings()
The returned AuthenticationFactorSettings instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AuthenticationFactorSettings Modifier and Type Method Description ListAuthenticationFactorSettingsResponse.Builder
ListAuthenticationFactorSettingsResponse.Builder. authenticationFactorSettings(AuthenticationFactorSettings authenticationFactorSettings)
The returned AuthenticationFactorSettings instance.SearchAuthenticationFactorSettingsResponse.Builder
SearchAuthenticationFactorSettingsResponse.Builder. authenticationFactorSettings(AuthenticationFactorSettings authenticationFactorSettings)
The returned AuthenticationFactorSettings instance.
-