Uses of Class
com.oracle.bmc.demandsignal.responses.UpdateOccDemandSignalResponse
-
Packages that use UpdateOccDemandSignalResponse Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.responses -
-
Uses of UpdateOccDemandSignalResponse in com.oracle.bmc.demandsignal
Methods in com.oracle.bmc.demandsignal that return UpdateOccDemandSignalResponse Modifier and Type Method Description UpdateOccDemandSignalResponse
OccDemandSignal. updateOccDemandSignal(UpdateOccDemandSignalRequest request)
Updates a OccDemandSignal.UpdateOccDemandSignalResponse
OccDemandSignalClient. updateOccDemandSignal(UpdateOccDemandSignalRequest request)
Methods in com.oracle.bmc.demandsignal that return types with arguments of type UpdateOccDemandSignalResponse Modifier and Type Method Description Future<UpdateOccDemandSignalResponse>
OccDemandSignalAsync. updateOccDemandSignal(UpdateOccDemandSignalRequest request, AsyncHandler<UpdateOccDemandSignalRequest,UpdateOccDemandSignalResponse> handler)
Updates a OccDemandSignal.Future<UpdateOccDemandSignalResponse>
OccDemandSignalAsyncClient. updateOccDemandSignal(UpdateOccDemandSignalRequest request, AsyncHandler<UpdateOccDemandSignalRequest,UpdateOccDemandSignalResponse> handler)
Method parameters in com.oracle.bmc.demandsignal with type arguments of type UpdateOccDemandSignalResponse Modifier and Type Method Description Future<UpdateOccDemandSignalResponse>
OccDemandSignalAsync. updateOccDemandSignal(UpdateOccDemandSignalRequest request, AsyncHandler<UpdateOccDemandSignalRequest,UpdateOccDemandSignalResponse> handler)
Updates a OccDemandSignal.Future<UpdateOccDemandSignalResponse>
OccDemandSignalAsyncClient. updateOccDemandSignal(UpdateOccDemandSignalRequest request, AsyncHandler<UpdateOccDemandSignalRequest,UpdateOccDemandSignalResponse> handler)
-
Uses of UpdateOccDemandSignalResponse in com.oracle.bmc.demandsignal.responses
Methods in com.oracle.bmc.demandsignal.responses that return UpdateOccDemandSignalResponse Modifier and Type Method Description UpdateOccDemandSignalResponse
UpdateOccDemandSignalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.demandsignal.responses with parameters of type UpdateOccDemandSignalResponse Modifier and Type Method Description UpdateOccDemandSignalResponse.Builder
UpdateOccDemandSignalResponse.Builder. copy(UpdateOccDemandSignalResponse o)
Copy method to populate the builder with values from the given instance.
-