Uses of Class
com.oracle.bmc.mngdmac.requests.ListMacDevicesRequest
- 
Packages that use ListMacDevicesRequest Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.requests 
- 
- 
Uses of ListMacDevicesRequest in com.oracle.bmc.mngdmacMethods in com.oracle.bmc.mngdmac with parameters of type ListMacDevicesRequest Modifier and Type Method Description ListMacDevicesResponseMacDevice. listMacDevices(ListMacDevicesRequest request)Gets a list of MacDevices assigned to this order.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)ListMacDevicesResponseMacDeviceClient. listMacDevices(ListMacDevicesRequest request)Iterable<MacDeviceSummary>MacDevicePaginators. listMacDevicesRecordIterator(ListMacDevicesRequest request)Creates a new iterable which will iterate over theMacDeviceSummaryobjects contained in responses from the listMacDevices operation.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 ListMacDevicesRequest 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 ListMacDevicesRequest in com.oracle.bmc.mngdmac.requestsMethods in com.oracle.bmc.mngdmac.requests that return ListMacDevicesRequest Modifier and Type Method Description ListMacDevicesRequestListMacDevicesRequest.Builder. build()Build the instance of ListMacDevicesRequest as configured by this builderListMacDevicesRequestListMacDevicesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMacDevicesRequest as configured by this builderMethods in com.oracle.bmc.mngdmac.requests with parameters of type ListMacDevicesRequest Modifier and Type Method Description ListMacDevicesRequest.BuilderListMacDevicesRequest.Builder. copy(ListMacDevicesRequest o)Copy method to populate the builder with values from the given instance.
 
-