Uses of Class
com.oracle.bmc.mngdmac.responses.GetMacDeviceResponse
-
Packages that use GetMacDeviceResponse Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.responses -
-
Uses of GetMacDeviceResponse in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return GetMacDeviceResponse Modifier and Type Method Description GetMacDeviceResponse
MacDevice. getMacDevice(GetMacDeviceRequest request)
Gets information about a MacDevice.GetMacDeviceResponse
MacDeviceClient. getMacDevice(GetMacDeviceRequest request)
Method parameters in com.oracle.bmc.mngdmac with type arguments of type GetMacDeviceResponse Modifier and Type Method Description Future<GetMacDeviceResponse>
MacDeviceAsync. getMacDevice(GetMacDeviceRequest request, AsyncHandler<GetMacDeviceRequest,GetMacDeviceResponse> handler)
Gets information about a MacDevice.Future<GetMacDeviceResponse>
MacDeviceAsyncClient. getMacDevice(GetMacDeviceRequest request, AsyncHandler<GetMacDeviceRequest,GetMacDeviceResponse> handler)
-
Uses of GetMacDeviceResponse in com.oracle.bmc.mngdmac.responses
Methods in com.oracle.bmc.mngdmac.responses that return GetMacDeviceResponse Modifier and Type Method Description GetMacDeviceResponse
GetMacDeviceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mngdmac.responses with parameters of type GetMacDeviceResponse Modifier and Type Method Description GetMacDeviceResponse.Builder
GetMacDeviceResponse.Builder. copy(GetMacDeviceResponse o)
Copy method to populate the builder with values from the given instance.
-