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