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.mngdmac
Methods in com.oracle.bmc.mngdmac with parameters of type ListMacDevicesRequest Modifier and Type Method Description ListMacDevicesResponse
MacDevice. 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)
ListMacDevicesResponse
MacDeviceClient. listMacDevices(ListMacDevicesRequest request)
Iterable<MacDeviceSummary>
MacDevicePaginators. listMacDevicesRecordIterator(ListMacDevicesRequest request)
Creates a new iterable which will iterate over theMacDeviceSummary
objects 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.requests
Methods in com.oracle.bmc.mngdmac.requests that return ListMacDevicesRequest Modifier and Type Method Description ListMacDevicesRequest
ListMacDevicesRequest.Builder. build()
Build the instance of ListMacDevicesRequest as configured by this builderListMacDevicesRequest
ListMacDevicesRequest.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.Builder
ListMacDevicesRequest.Builder. copy(ListMacDevicesRequest o)
Copy method to populate the builder with values from the given instance.
-