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