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.mngdmac
Methods in com.oracle.bmc.mngdmac that return ListMacDevicesResponse Modifier and Type Method Description ListMacDevicesResponse
MacDevice. listMacDevices(ListMacDevicesRequest request)
Gets a list of MacDevices assigned to this order.ListMacDevicesResponse
MacDeviceClient. 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.responses
Methods in com.oracle.bmc.mngdmac.responses that return ListMacDevicesResponse Modifier and Type Method Description ListMacDevicesResponse
ListMacDevicesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mngdmac.responses with parameters of type ListMacDevicesResponse Modifier and Type Method Description ListMacDevicesResponse.Builder
ListMacDevicesResponse.Builder. copy(ListMacDevicesResponse o)
Copy method to populate the builder with values from the given instance.
-