Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorsRemoverUser
-
Packages that use MyAuthenticationFactorsRemoverUser Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorsRemoverUser in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorsRemoverUser Modifier and Type Method Description MyAuthenticationFactorsRemoverUser
MyAuthenticationFactorsRemoverUser.Builder. build()
MyAuthenticationFactorsRemoverUser
MyAuthenticationFactorsRemover. getUser()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorsRemoverUser Modifier and Type Method Description MyAuthenticationFactorsRemoverUser.Builder
MyAuthenticationFactorsRemoverUser.Builder. copy(MyAuthenticationFactorsRemoverUser model)
MyAuthenticationFactorsRemover.Builder
MyAuthenticationFactorsRemover.Builder. user(MyAuthenticationFactorsRemoverUser user)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorsRemoverUser Constructor Description MyAuthenticationFactorsRemover(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, MyAuthenticationFactorsRemoverUser user, MyAuthenticationFactorsRemover.Type type, String token)
Deprecated.
-