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