Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorsRemoverUser
-
Packages that use AuthenticationFactorsRemoverUser Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorsRemoverUser in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorsRemoverUser Modifier and Type Method Description AuthenticationFactorsRemoverUser
AuthenticationFactorsRemoverUser.Builder. build()
AuthenticationFactorsRemoverUser
AuthenticationFactorsRemover. getUser()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorsRemoverUser Modifier and Type Method Description AuthenticationFactorsRemoverUser.Builder
AuthenticationFactorsRemoverUser.Builder. copy(AuthenticationFactorsRemoverUser model)
AuthenticationFactorsRemover.Builder
AuthenticationFactorsRemover.Builder. user(AuthenticationFactorsRemoverUser user)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorsRemoverUser Constructor Description AuthenticationFactorsRemover(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, AuthenticationFactorsRemoverUser user, AuthenticationFactorsRemover.Type type, String token)
Deprecated.
-