Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMyAuthenticationFactorInitiatorRequest
-
Packages that use CreateMyAuthenticationFactorInitiatorRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMyAuthenticationFactorInitiatorRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyAuthenticationFactorInitiatorRequest Modifier and Type Method Description Future<CreateMyAuthenticationFactorInitiatorResponse>IdentityDomainsAsync. createMyAuthenticationFactorInitiator(CreateMyAuthenticationFactorInitiatorRequest request, AsyncHandler<CreateMyAuthenticationFactorInitiatorRequest,CreateMyAuthenticationFactorInitiatorResponse> handler)Initiate Self Service Enrollment using the Requested MFA FactorFuture<CreateMyAuthenticationFactorInitiatorResponse>IdentityDomainsAsyncClient. createMyAuthenticationFactorInitiator(CreateMyAuthenticationFactorInitiatorRequest request, AsyncHandler<CreateMyAuthenticationFactorInitiatorRequest,CreateMyAuthenticationFactorInitiatorResponse> handler) -
Uses of CreateMyAuthenticationFactorInitiatorRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMyAuthenticationFactorInitiatorRequest Modifier and Type Method Description CreateMyAuthenticationFactorInitiatorRequestCreateMyAuthenticationFactorInitiatorRequest.Builder. build()Build the instance of CreateMyAuthenticationFactorInitiatorRequest as configured by this builderCreateMyAuthenticationFactorInitiatorRequestCreateMyAuthenticationFactorInitiatorRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateMyAuthenticationFactorInitiatorRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMyAuthenticationFactorInitiatorRequest Modifier and Type Method Description CreateMyAuthenticationFactorInitiatorRequest.BuilderCreateMyAuthenticationFactorInitiatorRequest.Builder. copy(CreateMyAuthenticationFactorInitiatorRequest o)Copy method to populate the builder with values from the given instance.
-