Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSetting
-
Packages that use AuthenticationFactorSetting Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of AuthenticationFactorSetting in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSetting Modifier and Type Method Description AuthenticationFactorSetting
AuthenticationFactorSetting.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AuthenticationFactorSetting Modifier and Type Method Description List<AuthenticationFactorSetting>
AuthenticationFactorSettings. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSetting Modifier and Type Method Description AuthenticationFactorSetting.Builder
AuthenticationFactorSetting.Builder. copy(AuthenticationFactorSetting model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AuthenticationFactorSetting Modifier and Type Method Description AuthenticationFactorSettings.Builder
AuthenticationFactorSettings.Builder. resources(List<AuthenticationFactorSetting> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of AuthenticationFactorSetting in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return AuthenticationFactorSetting Modifier and Type Method Description AuthenticationFactorSetting
PutAuthenticationFactorSettingRequest. getAuthenticationFactorSetting()
Replace the current instance of AuthenticationFactorSettings with provided payload.AuthenticationFactorSetting
PutAuthenticationFactorSettingRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identitydomains.requests with parameters of type AuthenticationFactorSetting Modifier and Type Method Description PutAuthenticationFactorSettingRequest.Builder
PutAuthenticationFactorSettingRequest.Builder. authenticationFactorSetting(AuthenticationFactorSetting authenticationFactorSetting)
Replace the current instance of AuthenticationFactorSettings with provided payload.PutAuthenticationFactorSettingRequest.Builder
PutAuthenticationFactorSettingRequest.Builder. body$(AuthenticationFactorSetting body)
Alternative setter for the body parameter. -
Uses of AuthenticationFactorSetting in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AuthenticationFactorSetting Modifier and Type Method Description AuthenticationFactorSetting
GetAuthenticationFactorSettingResponse. getAuthenticationFactorSetting()
The returned AuthenticationFactorSetting instance.AuthenticationFactorSetting
PutAuthenticationFactorSettingResponse. getAuthenticationFactorSetting()
The returned AuthenticationFactorSetting instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AuthenticationFactorSetting Modifier and Type Method Description GetAuthenticationFactorSettingResponse.Builder
GetAuthenticationFactorSettingResponse.Builder. authenticationFactorSetting(AuthenticationFactorSetting authenticationFactorSetting)
The returned AuthenticationFactorSetting instance.PutAuthenticationFactorSettingResponse.Builder
PutAuthenticationFactorSettingResponse.Builder. authenticationFactorSetting(AuthenticationFactorSetting authenticationFactorSetting)
The returned AuthenticationFactorSetting instance.
-