Uses of Class
com.oracle.bmc.mngdmac.responses.GetMacOrderResponse
-
Packages that use GetMacOrderResponse Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.responses -
-
Uses of GetMacOrderResponse in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return GetMacOrderResponse Modifier and Type Method Description GetMacOrderResponse
MacOrder. getMacOrder(GetMacOrderRequest request)
Gets information about a MacOrder.GetMacOrderResponse
MacOrderClient. getMacOrder(GetMacOrderRequest request)
Method parameters in com.oracle.bmc.mngdmac with type arguments of type GetMacOrderResponse Modifier and Type Method Description Future<GetMacOrderResponse>
MacOrderAsync. getMacOrder(GetMacOrderRequest request, AsyncHandler<GetMacOrderRequest,GetMacOrderResponse> handler)
Gets information about a MacOrder.Future<GetMacOrderResponse>
MacOrderAsyncClient. getMacOrder(GetMacOrderRequest request, AsyncHandler<GetMacOrderRequest,GetMacOrderResponse> handler)
-
Uses of GetMacOrderResponse in com.oracle.bmc.mngdmac.responses
Methods in com.oracle.bmc.mngdmac.responses that return GetMacOrderResponse Modifier and Type Method Description GetMacOrderResponse
GetMacOrderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mngdmac.responses with parameters of type GetMacOrderResponse Modifier and Type Method Description GetMacOrderResponse.Builder
GetMacOrderResponse.Builder. copy(GetMacOrderResponse o)
Copy method to populate the builder with values from the given instance.
-