Uses of Class
com.oracle.bmc.identitydomains.responses.CreateAuthenticationFactorsRemoverResponse
-
Packages that use CreateAuthenticationFactorsRemoverResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateAuthenticationFactorsRemoverResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateAuthenticationFactorsRemoverResponse Modifier and Type Method Description CreateAuthenticationFactorsRemoverResponse
IdentityDomains. createAuthenticationFactorsRemover(CreateAuthenticationFactorsRemoverRequest request)
Remove All Authentication Factor Channels for a UserCreateAuthenticationFactorsRemoverResponse
IdentityDomainsClient. createAuthenticationFactorsRemover(CreateAuthenticationFactorsRemoverRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateAuthenticationFactorsRemoverResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateAuthenticationFactorsRemoverResponse 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 CreateAuthenticationFactorsRemoverResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateAuthenticationFactorsRemoverResponse Modifier and Type Method Description CreateAuthenticationFactorsRemoverResponse
CreateAuthenticationFactorsRemoverResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateAuthenticationFactorsRemoverResponse Modifier and Type Method Description CreateAuthenticationFactorsRemoverResponse.Builder
CreateAuthenticationFactorsRemoverResponse.Builder. copy(CreateAuthenticationFactorsRemoverResponse o)
Copy method to populate the builder with values from the given instance.
-