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