Uses of Class
com.oracle.bmc.mngdmac.responses.ListMacOrdersResponse
-
Packages that use ListMacOrdersResponse Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.responses -
-
Uses of ListMacOrdersResponse in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return ListMacOrdersResponse Modifier and Type Method Description ListMacOrdersResponseMacOrder. listMacOrders(ListMacOrdersRequest request)Gets a list of MacOrders.ListMacOrdersResponseMacOrderClient. listMacOrders(ListMacOrdersRequest request)Methods in com.oracle.bmc.mngdmac that return types with arguments of type ListMacOrdersResponse 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)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 ListMacOrdersResponse 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 ListMacOrdersResponse in com.oracle.bmc.mngdmac.responses
Methods in com.oracle.bmc.mngdmac.responses that return ListMacOrdersResponse Modifier and Type Method Description ListMacOrdersResponseListMacOrdersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mngdmac.responses with parameters of type ListMacOrdersResponse Modifier and Type Method Description ListMacOrdersResponse.BuilderListMacOrdersResponse.Builder. copy(ListMacOrdersResponse o)Copy method to populate the builder with values from the given instance.
-