Uses of Class
com.oracle.bmc.demandsignal.requests.PatchOccDemandSignalRequest
-
Packages that use PatchOccDemandSignalRequest Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.requests -
-
Uses of PatchOccDemandSignalRequest in com.oracle.bmc.demandsignal
Methods in com.oracle.bmc.demandsignal with parameters of type PatchOccDemandSignalRequest Modifier and Type Method Description PatchOccDemandSignalResponse
OccDemandSignal. patchOccDemandSignal(PatchOccDemandSignalRequest request)
Updates the data of an OccDemandSignal.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)
PatchOccDemandSignalResponse
OccDemandSignalClient. patchOccDemandSignal(PatchOccDemandSignalRequest request)
Method parameters in com.oracle.bmc.demandsignal with type arguments of type PatchOccDemandSignalRequest 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 PatchOccDemandSignalRequest in com.oracle.bmc.demandsignal.requests
Methods in com.oracle.bmc.demandsignal.requests that return PatchOccDemandSignalRequest Modifier and Type Method Description PatchOccDemandSignalRequest
PatchOccDemandSignalRequest.Builder. build()
Build the instance of PatchOccDemandSignalRequest as configured by this builderPatchOccDemandSignalRequest
PatchOccDemandSignalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchOccDemandSignalRequest as configured by this builderMethods in com.oracle.bmc.demandsignal.requests with parameters of type PatchOccDemandSignalRequest Modifier and Type Method Description PatchOccDemandSignalRequest.Builder
PatchOccDemandSignalRequest.Builder. copy(PatchOccDemandSignalRequest o)
Copy method to populate the builder with values from the given instance.
-