Uses of Class
com.oracle.bmc.identitydomains.responses.GetMyDeviceResponse
-
Packages that use GetMyDeviceResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetMyDeviceResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetMyDeviceResponse Modifier and Type Method Description GetMyDeviceResponse
IdentityDomains. getMyDevice(GetMyDeviceRequest request)
Get a DeviceGetMyDeviceResponse
IdentityDomainsClient. getMyDevice(GetMyDeviceRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetMyDeviceResponse Modifier and Type Method Description Future<GetMyDeviceResponse>
IdentityDomainsAsync. getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
Get a DeviceFuture<GetMyDeviceResponse>
IdentityDomainsAsyncClient. getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetMyDeviceResponse Modifier and Type Method Description Future<GetMyDeviceResponse>
IdentityDomainsAsync. getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
Get a DeviceFuture<GetMyDeviceResponse>
IdentityDomainsAsyncClient. getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
-
Uses of GetMyDeviceResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetMyDeviceResponse Modifier and Type Method Description GetMyDeviceResponse
GetMyDeviceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetMyDeviceResponse Modifier and Type Method Description GetMyDeviceResponse.Builder
GetMyDeviceResponse.Builder. copy(GetMyDeviceResponse o)
Copy method to populate the builder with values from the given instance.
-