Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorInitiator
-
Packages that use MyAuthenticationFactorInitiator Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of MyAuthenticationFactorInitiator in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorInitiator Modifier and Type Method Description MyAuthenticationFactorInitiator
MyAuthenticationFactorInitiator.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator Modifier and Type Method Description MyAuthenticationFactorInitiator.Builder
MyAuthenticationFactorInitiator.Builder. copy(MyAuthenticationFactorInitiator model)
-
Uses of MyAuthenticationFactorInitiator in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return MyAuthenticationFactorInitiator Modifier and Type Method Description MyAuthenticationFactorInitiator
CreateMyAuthenticationFactorInitiatorRequest. getBody$()
Alternative accessor for the body parameter.MyAuthenticationFactorInitiator
CreateMyAuthenticationFactorInitiatorRequest. getMyAuthenticationFactorInitiator()
MyAuthenticationFactorInitiator schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type MyAuthenticationFactorInitiator Modifier and Type Method Description CreateMyAuthenticationFactorInitiatorRequest.Builder
CreateMyAuthenticationFactorInitiatorRequest.Builder. body$(MyAuthenticationFactorInitiator body)
Alternative setter for the body parameter.CreateMyAuthenticationFactorInitiatorRequest.Builder
CreateMyAuthenticationFactorInitiatorRequest.Builder. myAuthenticationFactorInitiator(MyAuthenticationFactorInitiator myAuthenticationFactorInitiator)
MyAuthenticationFactorInitiator schema. -
Uses of MyAuthenticationFactorInitiator in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MyAuthenticationFactorInitiator Modifier and Type Method Description MyAuthenticationFactorInitiator
CreateMyAuthenticationFactorInitiatorResponse. getMyAuthenticationFactorInitiator()
The returned MyAuthenticationFactorInitiator instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MyAuthenticationFactorInitiator Modifier and Type Method Description CreateMyAuthenticationFactorInitiatorResponse.Builder
CreateMyAuthenticationFactorInitiatorResponse.Builder. myAuthenticationFactorInitiator(MyAuthenticationFactorInitiator myAuthenticationFactorInitiator)
The returned MyAuthenticationFactorInitiator instance.
-