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 MyAuthenticationFactorInitiatorMyAuthenticationFactorInitiator.Builder. build()Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator Modifier and Type Method Description MyAuthenticationFactorInitiator.BuilderMyAuthenticationFactorInitiator.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 MyAuthenticationFactorInitiatorCreateMyAuthenticationFactorInitiatorRequest. getBody$()Alternative accessor for the body parameter.MyAuthenticationFactorInitiatorCreateMyAuthenticationFactorInitiatorRequest. getMyAuthenticationFactorInitiator()MyAuthenticationFactorInitiator schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type MyAuthenticationFactorInitiator Modifier and Type Method Description CreateMyAuthenticationFactorInitiatorRequest.BuilderCreateMyAuthenticationFactorInitiatorRequest.Builder. body$(MyAuthenticationFactorInitiator body)Alternative setter for the body parameter.CreateMyAuthenticationFactorInitiatorRequest.BuilderCreateMyAuthenticationFactorInitiatorRequest.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 MyAuthenticationFactorInitiatorCreateMyAuthenticationFactorInitiatorResponse. getMyAuthenticationFactorInitiator()The returned MyAuthenticationFactorInitiator instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MyAuthenticationFactorInitiator Modifier and Type Method Description CreateMyAuthenticationFactorInitiatorResponse.BuilderCreateMyAuthenticationFactorInitiatorResponse.Builder. myAuthenticationFactorInitiator(MyAuthenticationFactorInitiator myAuthenticationFactorInitiator)The returned MyAuthenticationFactorInitiator instance.
-