Uses of Class
com.oracle.bmc.mngdmac.responses.CancelMacOrderResponse
-
Packages that use CancelMacOrderResponse Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.responses -
-
Uses of CancelMacOrderResponse in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac that return CancelMacOrderResponse Modifier and Type Method Description CancelMacOrderResponseMacOrder. cancelMacOrder(CancelMacOrderRequest request)Cancels a MacOrder.CancelMacOrderResponseMacOrderClient. cancelMacOrder(CancelMacOrderRequest request)Methods in com.oracle.bmc.mngdmac that return types with arguments of type CancelMacOrderResponse Modifier and Type Method Description Future<CancelMacOrderResponse>MacOrderAsync. cancelMacOrder(CancelMacOrderRequest request, AsyncHandler<CancelMacOrderRequest,CancelMacOrderResponse> handler)Cancels a MacOrder.Future<CancelMacOrderResponse>MacOrderAsyncClient. cancelMacOrder(CancelMacOrderRequest request, AsyncHandler<CancelMacOrderRequest,CancelMacOrderResponse> handler)Method parameters in com.oracle.bmc.mngdmac with type arguments of type CancelMacOrderResponse Modifier and Type Method Description Future<CancelMacOrderResponse>MacOrderAsync. cancelMacOrder(CancelMacOrderRequest request, AsyncHandler<CancelMacOrderRequest,CancelMacOrderResponse> handler)Cancels a MacOrder.Future<CancelMacOrderResponse>MacOrderAsyncClient. cancelMacOrder(CancelMacOrderRequest request, AsyncHandler<CancelMacOrderRequest,CancelMacOrderResponse> handler) -
Uses of CancelMacOrderResponse in com.oracle.bmc.mngdmac.responses
Methods in com.oracle.bmc.mngdmac.responses that return CancelMacOrderResponse Modifier and Type Method Description CancelMacOrderResponseCancelMacOrderResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mngdmac.responses with parameters of type CancelMacOrderResponse Modifier and Type Method Description CancelMacOrderResponse.BuilderCancelMacOrderResponse.Builder. copy(CancelMacOrderResponse o)Copy method to populate the builder with values from the given instance.
-