Uses of Class
com.oracle.bmc.identitydomains.requests.GetMyDeviceRequest
-
Packages that use GetMyDeviceRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetMyDeviceRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetMyDeviceRequest Modifier and Type Method Description GetMyDeviceResponse
IdentityDomains. getMyDevice(GetMyDeviceRequest request)
Get a DeviceFuture<GetMyDeviceResponse>
IdentityDomainsAsync. getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
Get a DeviceFuture<GetMyDeviceResponse>
IdentityDomainsAsyncClient. getMyDevice(GetMyDeviceRequest request, AsyncHandler<GetMyDeviceRequest,GetMyDeviceResponse> handler)
GetMyDeviceResponse
IdentityDomainsClient. getMyDevice(GetMyDeviceRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetMyDeviceRequest 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 GetMyDeviceRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetMyDeviceRequest Modifier and Type Method Description GetMyDeviceRequest
GetMyDeviceRequest.Builder. build()
Build the instance of GetMyDeviceRequest as configured by this builderGetMyDeviceRequest
GetMyDeviceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMyDeviceRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetMyDeviceRequest Modifier and Type Method Description GetMyDeviceRequest.Builder
GetMyDeviceRequest.Builder. copy(GetMyDeviceRequest o)
Copy method to populate the builder with values from the given instance.
-