Uses of Class
com.oracle.bmc.identity.responses.CreateMfaTotpDeviceResponse
-
Packages that use CreateMfaTotpDeviceResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateMfaTotpDeviceResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateMfaTotpDeviceResponse Modifier and Type Method Description CreateMfaTotpDeviceResponse
Identity. createMfaTotpDevice(CreateMfaTotpDeviceRequest request)
Creates a new MFA TOTP device for the user.CreateMfaTotpDeviceResponse
IdentityClient. createMfaTotpDevice(CreateMfaTotpDeviceRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateMfaTotpDeviceResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateMfaTotpDeviceResponse 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 CreateMfaTotpDeviceResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateMfaTotpDeviceResponse Modifier and Type Method Description CreateMfaTotpDeviceResponse
CreateMfaTotpDeviceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateMfaTotpDeviceResponse Modifier and Type Method Description CreateMfaTotpDeviceResponse.Builder
CreateMfaTotpDeviceResponse.Builder. copy(CreateMfaTotpDeviceResponse o)
Copy method to populate the builder with values from the given instance.
-