Uses of Class
com.oracle.bmc.identity.requests.CreateMfaTotpDeviceRequest
-
Packages that use CreateMfaTotpDeviceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateMfaTotpDeviceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateMfaTotpDeviceRequest Modifier and Type Method Description CreateMfaTotpDeviceResponse
Identity. createMfaTotpDevice(CreateMfaTotpDeviceRequest request)
Creates a new MFA TOTP device for the user.Future<CreateMfaTotpDeviceResponse>
IdentityAsync. createMfaTotpDevice(CreateMfaTotpDeviceRequest request, AsyncHandler<CreateMfaTotpDeviceRequest,CreateMfaTotpDeviceResponse> handler)
Creates a new MFA TOTP device for the user.Future<CreateMfaTotpDeviceResponse>
IdentityAsyncClient. createMfaTotpDevice(CreateMfaTotpDeviceRequest request, AsyncHandler<CreateMfaTotpDeviceRequest,CreateMfaTotpDeviceResponse> handler)
CreateMfaTotpDeviceResponse
IdentityClient. createMfaTotpDevice(CreateMfaTotpDeviceRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateMfaTotpDeviceRequest Modifier and Type Method Description Future<CreateMfaTotpDeviceResponse>
IdentityAsync. createMfaTotpDevice(CreateMfaTotpDeviceRequest request, AsyncHandler<CreateMfaTotpDeviceRequest,CreateMfaTotpDeviceResponse> handler)
Creates a new MFA TOTP device for the user.Future<CreateMfaTotpDeviceResponse>
IdentityAsyncClient. createMfaTotpDevice(CreateMfaTotpDeviceRequest request, AsyncHandler<CreateMfaTotpDeviceRequest,CreateMfaTotpDeviceResponse> handler)
-
Uses of CreateMfaTotpDeviceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateMfaTotpDeviceRequest Modifier and Type Method Description CreateMfaTotpDeviceRequest
CreateMfaTotpDeviceRequest.Builder. build()
Build the instance of CreateMfaTotpDeviceRequest as configured by this builderCreateMfaTotpDeviceRequest
CreateMfaTotpDeviceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMfaTotpDeviceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateMfaTotpDeviceRequest Modifier and Type Method Description CreateMfaTotpDeviceRequest.Builder
CreateMfaTotpDeviceRequest.Builder. copy(CreateMfaTotpDeviceRequest o)
Copy method to populate the builder with values from the given instance.
-