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