Uses of Class
com.oracle.bmc.mngdmac.responses.ListMacDevicesResponse
- 
Packages that use ListMacDevicesResponse Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.responses 
- 
- 
Uses of ListMacDevicesResponse in com.oracle.bmc.mngdmacMethods in com.oracle.bmc.mngdmac that return ListMacDevicesResponse Modifier and Type Method Description ListMacDevicesResponseMacDevice. listMacDevices(ListMacDevicesRequest request)Gets a list of MacDevices assigned to this order.ListMacDevicesResponseMacDeviceClient. listMacDevices(ListMacDevicesRequest request)Methods in com.oracle.bmc.mngdmac that return types with arguments of type ListMacDevicesResponse Modifier and Type Method Description Future<ListMacDevicesResponse>MacDeviceAsync. listMacDevices(ListMacDevicesRequest request, AsyncHandler<ListMacDevicesRequest,ListMacDevicesResponse> handler)Gets a list of MacDevices assigned to this order.Future<ListMacDevicesResponse>MacDeviceAsyncClient. listMacDevices(ListMacDevicesRequest request, AsyncHandler<ListMacDevicesRequest,ListMacDevicesResponse> handler)Iterable<ListMacDevicesResponse>MacDevicePaginators. listMacDevicesResponseIterator(ListMacDevicesRequest request)Creates a new iterable which will iterate over the responses received from the listMacDevices operation.Method parameters in com.oracle.bmc.mngdmac with type arguments of type ListMacDevicesResponse Modifier and Type Method Description Future<ListMacDevicesResponse>MacDeviceAsync. listMacDevices(ListMacDevicesRequest request, AsyncHandler<ListMacDevicesRequest,ListMacDevicesResponse> handler)Gets a list of MacDevices assigned to this order.Future<ListMacDevicesResponse>MacDeviceAsyncClient. listMacDevices(ListMacDevicesRequest request, AsyncHandler<ListMacDevicesRequest,ListMacDevicesResponse> handler)
- 
Uses of ListMacDevicesResponse in com.oracle.bmc.mngdmac.responsesMethods in com.oracle.bmc.mngdmac.responses that return ListMacDevicesResponse Modifier and Type Method Description ListMacDevicesResponseListMacDevicesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mngdmac.responses with parameters of type ListMacDevicesResponse Modifier and Type Method Description ListMacDevicesResponse.BuilderListMacDevicesResponse.Builder. copy(ListMacDevicesResponse o)Copy method to populate the builder with values from the given instance.
 
-