Uses of Class
com.oracle.bmc.demandsignal.requests.UpdateOccDemandSignalRequest
-
Packages that use UpdateOccDemandSignalRequest Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.requests -
-
Uses of UpdateOccDemandSignalRequest in com.oracle.bmc.demandsignal
Methods in com.oracle.bmc.demandsignal with parameters of type UpdateOccDemandSignalRequest Modifier and Type Method Description UpdateOccDemandSignalResponse
OccDemandSignal. updateOccDemandSignal(UpdateOccDemandSignalRequest request)
Updates a OccDemandSignal.Future<UpdateOccDemandSignalResponse>
OccDemandSignalAsync. updateOccDemandSignal(UpdateOccDemandSignalRequest request, AsyncHandler<UpdateOccDemandSignalRequest,UpdateOccDemandSignalResponse> handler)
Updates a OccDemandSignal.Future<UpdateOccDemandSignalResponse>
OccDemandSignalAsyncClient. updateOccDemandSignal(UpdateOccDemandSignalRequest request, AsyncHandler<UpdateOccDemandSignalRequest,UpdateOccDemandSignalResponse> handler)
UpdateOccDemandSignalResponse
OccDemandSignalClient. updateOccDemandSignal(UpdateOccDemandSignalRequest request)
Method parameters in com.oracle.bmc.demandsignal with type arguments of type UpdateOccDemandSignalRequest 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 UpdateOccDemandSignalRequest in com.oracle.bmc.demandsignal.requests
Methods in com.oracle.bmc.demandsignal.requests that return UpdateOccDemandSignalRequest Modifier and Type Method Description UpdateOccDemandSignalRequest
UpdateOccDemandSignalRequest.Builder. build()
Build the instance of UpdateOccDemandSignalRequest as configured by this builderUpdateOccDemandSignalRequest
UpdateOccDemandSignalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOccDemandSignalRequest as configured by this builderMethods in com.oracle.bmc.demandsignal.requests with parameters of type UpdateOccDemandSignalRequest Modifier and Type Method Description UpdateOccDemandSignalRequest.Builder
UpdateOccDemandSignalRequest.Builder. copy(UpdateOccDemandSignalRequest o)
Copy method to populate the builder with values from the given instance.
-