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