Uses of Class
com.oracle.bmc.identity.responses.ActivateMfaTotpDeviceResponse
-
Packages that use ActivateMfaTotpDeviceResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ActivateMfaTotpDeviceResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ActivateMfaTotpDeviceResponse Modifier and Type Method Description ActivateMfaTotpDeviceResponse
Identity. activateMfaTotpDevice(ActivateMfaTotpDeviceRequest request)
Activates the specified MFA TOTP device for the user.ActivateMfaTotpDeviceResponse
IdentityClient. activateMfaTotpDevice(ActivateMfaTotpDeviceRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ActivateMfaTotpDeviceResponse Modifier and Type Method Description Future<ActivateMfaTotpDeviceResponse>
IdentityAsync. activateMfaTotpDevice(ActivateMfaTotpDeviceRequest request, AsyncHandler<ActivateMfaTotpDeviceRequest,ActivateMfaTotpDeviceResponse> handler)
Activates the specified MFA TOTP device for the user.Future<ActivateMfaTotpDeviceResponse>
IdentityAsyncClient. activateMfaTotpDevice(ActivateMfaTotpDeviceRequest request, AsyncHandler<ActivateMfaTotpDeviceRequest,ActivateMfaTotpDeviceResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type ActivateMfaTotpDeviceResponse Modifier and Type Method Description Future<ActivateMfaTotpDeviceResponse>
IdentityAsync. activateMfaTotpDevice(ActivateMfaTotpDeviceRequest request, AsyncHandler<ActivateMfaTotpDeviceRequest,ActivateMfaTotpDeviceResponse> handler)
Activates the specified MFA TOTP device for the user.Future<ActivateMfaTotpDeviceResponse>
IdentityAsyncClient. activateMfaTotpDevice(ActivateMfaTotpDeviceRequest request, AsyncHandler<ActivateMfaTotpDeviceRequest,ActivateMfaTotpDeviceResponse> handler)
-
Uses of ActivateMfaTotpDeviceResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ActivateMfaTotpDeviceResponse Modifier and Type Method Description ActivateMfaTotpDeviceResponse
ActivateMfaTotpDeviceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ActivateMfaTotpDeviceResponse Modifier and Type Method Description ActivateMfaTotpDeviceResponse.Builder
ActivateMfaTotpDeviceResponse.Builder. copy(ActivateMfaTotpDeviceResponse o)
Copy method to populate the builder with values from the given instance.
-