Uses of Class
com.oracle.bmc.identitydomains.model.MyDevice
-
Packages that use MyDevice Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of MyDevice in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyDevice Modifier and Type Method Description MyDevice
MyDevice.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MyDevice Modifier and Type Method Description List<MyDevice>
MyDevices. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyDevice Modifier and Type Method Description MyDevice.Builder
MyDevice.Builder. copy(MyDevice model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MyDevice Modifier and Type Method Description MyDevices.Builder
MyDevices.Builder. resources(List<MyDevice> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of MyDevice in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MyDevice Modifier and Type Method Description MyDevice
GetMyDeviceResponse. getMyDevice()
The returned MyDevice instance.MyDevice
PatchMyDeviceResponse. getMyDevice()
The returned MyDevice instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MyDevice Modifier and Type Method Description GetMyDeviceResponse.Builder
GetMyDeviceResponse.Builder. myDevice(MyDevice myDevice)
The returned MyDevice instance.PatchMyDeviceResponse.Builder
PatchMyDeviceResponse.Builder. myDevice(MyDevice myDevice)
The returned MyDevice instance.
-