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