Uses of Class
com.oracle.bmc.mngdmac.requests.ListMacOrdersRequest
-
Packages that use ListMacOrdersRequest Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.requests -
-
Uses of ListMacOrdersRequest in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac with parameters of type ListMacOrdersRequest Modifier and Type Method Description ListMacOrdersResponseMacOrder. listMacOrders(ListMacOrdersRequest request)Gets a list of MacOrders.Future<ListMacOrdersResponse>MacOrderAsync. listMacOrders(ListMacOrdersRequest request, AsyncHandler<ListMacOrdersRequest,ListMacOrdersResponse> handler)Gets a list of MacOrders.Future<ListMacOrdersResponse>MacOrderAsyncClient. listMacOrders(ListMacOrdersRequest request, AsyncHandler<ListMacOrdersRequest,ListMacOrdersResponse> handler)ListMacOrdersResponseMacOrderClient. listMacOrders(ListMacOrdersRequest request)Iterable<MacOrderSummary>MacOrderPaginators. listMacOrdersRecordIterator(ListMacOrdersRequest request)Creates a new iterable which will iterate over theMacOrderSummaryobjects contained in responses from the listMacOrders operation.Iterable<ListMacOrdersResponse>MacOrderPaginators. listMacOrdersResponseIterator(ListMacOrdersRequest request)Creates a new iterable which will iterate over the responses received from the listMacOrders operation.Method parameters in com.oracle.bmc.mngdmac with type arguments of type ListMacOrdersRequest Modifier and Type Method Description Future<ListMacOrdersResponse>MacOrderAsync. listMacOrders(ListMacOrdersRequest request, AsyncHandler<ListMacOrdersRequest,ListMacOrdersResponse> handler)Gets a list of MacOrders.Future<ListMacOrdersResponse>MacOrderAsyncClient. listMacOrders(ListMacOrdersRequest request, AsyncHandler<ListMacOrdersRequest,ListMacOrdersResponse> handler) -
Uses of ListMacOrdersRequest in com.oracle.bmc.mngdmac.requests
Methods in com.oracle.bmc.mngdmac.requests that return ListMacOrdersRequest Modifier and Type Method Description ListMacOrdersRequestListMacOrdersRequest.Builder. build()Build the instance of ListMacOrdersRequest as configured by this builderListMacOrdersRequestListMacOrdersRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMacOrdersRequest as configured by this builderMethods in com.oracle.bmc.mngdmac.requests with parameters of type ListMacOrdersRequest Modifier and Type Method Description ListMacOrdersRequest.BuilderListMacOrdersRequest.Builder. copy(ListMacOrdersRequest o)Copy method to populate the builder with values from the given instance.
-