Uses of Class
com.oracle.bmc.identity.requests.ListMfaTotpDevicesRequest
-
Packages that use ListMfaTotpDevicesRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListMfaTotpDevicesRequest in com.oracle.bmc.identity
Method parameters in com.oracle.bmc.identity with type arguments of type ListMfaTotpDevicesRequest Modifier and Type Method Description Future<ListMfaTotpDevicesResponse>
IdentityAsync. listMfaTotpDevices(ListMfaTotpDevicesRequest request, AsyncHandler<ListMfaTotpDevicesRequest,ListMfaTotpDevicesResponse> handler)
Lists the MFA TOTP devices for the specified user.Future<ListMfaTotpDevicesResponse>
IdentityAsyncClient. listMfaTotpDevices(ListMfaTotpDevicesRequest request, AsyncHandler<ListMfaTotpDevicesRequest,ListMfaTotpDevicesResponse> handler)
-
Uses of ListMfaTotpDevicesRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListMfaTotpDevicesRequest Modifier and Type Method Description ListMfaTotpDevicesRequest
ListMfaTotpDevicesRequest.Builder. build()
Build the instance of ListMfaTotpDevicesRequest as configured by this builderListMfaTotpDevicesRequest
ListMfaTotpDevicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMfaTotpDevicesRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListMfaTotpDevicesRequest Modifier and Type Method Description ListMfaTotpDevicesRequest.Builder
ListMfaTotpDevicesRequest.Builder. copy(ListMfaTotpDevicesRequest o)
Copy method to populate the builder with values from the given instance.
-