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