Uses of Class
com.oracle.bmc.identitydomains.requests.CreateAuthenticationFactorsRemoverRequest
-
Packages that use CreateAuthenticationFactorsRemoverRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateAuthenticationFactorsRemoverRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateAuthenticationFactorsRemoverRequest Modifier and Type Method Description Future<CreateAuthenticationFactorsRemoverResponse>
IdentityDomainsAsync. createAuthenticationFactorsRemover(CreateAuthenticationFactorsRemoverRequest request, AsyncHandler<CreateAuthenticationFactorsRemoverRequest,CreateAuthenticationFactorsRemoverResponse> handler)
Remove All Authentication Factor Channels for a UserFuture<CreateAuthenticationFactorsRemoverResponse>
IdentityDomainsAsyncClient. createAuthenticationFactorsRemover(CreateAuthenticationFactorsRemoverRequest request, AsyncHandler<CreateAuthenticationFactorsRemoverRequest,CreateAuthenticationFactorsRemoverResponse> handler)
-
Uses of CreateAuthenticationFactorsRemoverRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateAuthenticationFactorsRemoverRequest Modifier and Type Method Description CreateAuthenticationFactorsRemoverRequest
CreateAuthenticationFactorsRemoverRequest.Builder. build()
Build the instance of CreateAuthenticationFactorsRemoverRequest as configured by this builderCreateAuthenticationFactorsRemoverRequest
CreateAuthenticationFactorsRemoverRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAuthenticationFactorsRemoverRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateAuthenticationFactorsRemoverRequest Modifier and Type Method Description CreateAuthenticationFactorsRemoverRequest.Builder
CreateAuthenticationFactorsRemoverRequest.Builder. copy(CreateAuthenticationFactorsRemoverRequest o)
Copy method to populate the builder with values from the given instance.
-