Uses of Class
com.oracle.bmc.identity.requests.DeleteMfaTotpDeviceRequest
-
Packages that use DeleteMfaTotpDeviceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of DeleteMfaTotpDeviceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type DeleteMfaTotpDeviceRequest Modifier and Type Method Description DeleteMfaTotpDeviceResponse
Identity. deleteMfaTotpDevice(DeleteMfaTotpDeviceRequest request)
Deletes the specified MFA TOTP device for the specified user.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)
DeleteMfaTotpDeviceResponse
IdentityClient. deleteMfaTotpDevice(DeleteMfaTotpDeviceRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteMfaTotpDeviceRequest 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 DeleteMfaTotpDeviceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return DeleteMfaTotpDeviceRequest Modifier and Type Method Description DeleteMfaTotpDeviceRequest
DeleteMfaTotpDeviceRequest.Builder. build()
Build the instance of DeleteMfaTotpDeviceRequest as configured by this builderDeleteMfaTotpDeviceRequest
DeleteMfaTotpDeviceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteMfaTotpDeviceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type DeleteMfaTotpDeviceRequest Modifier and Type Method Description DeleteMfaTotpDeviceRequest.Builder
DeleteMfaTotpDeviceRequest.Builder. copy(DeleteMfaTotpDeviceRequest o)
Copy method to populate the builder with values from the given instance.
-