Uses of Class
com.oracle.bmc.identity.responses.ListMfaTotpDevicesResponse
-
Packages that use ListMfaTotpDevicesResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListMfaTotpDevicesResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListMfaTotpDevicesResponse Modifier and Type Method Description ListMfaTotpDevicesResponse
Identity. listMfaTotpDevices(ListMfaTotpDevicesRequest request)
Lists the MFA TOTP devices for the specified user.ListMfaTotpDevicesResponse
IdentityClient. listMfaTotpDevices(ListMfaTotpDevicesRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListMfaTotpDevicesResponse 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)
Iterable<ListMfaTotpDevicesResponse>
IdentityPaginators. listMfaTotpDevicesResponseIterator(ListMfaTotpDevicesRequest request)
Creates a new iterable which will iterate over the responses received from the listMfaTotpDevices operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListMfaTotpDevicesResponse 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 ListMfaTotpDevicesResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListMfaTotpDevicesResponse Modifier and Type Method Description ListMfaTotpDevicesResponse
ListMfaTotpDevicesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListMfaTotpDevicesResponse Modifier and Type Method Description ListMfaTotpDevicesResponse.Builder
ListMfaTotpDevicesResponse.Builder. copy(ListMfaTotpDevicesResponse o)
Copy method to populate the builder with values from the given instance.
-