Uses of Class
com.oracle.bmc.capacitymanagement.requests.UpdateOccmDemandSignalRequest
-
Packages that use UpdateOccmDemandSignalRequest Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.requests -
-
Uses of UpdateOccmDemandSignalRequest in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement with parameters of type UpdateOccmDemandSignalRequest Modifier and Type Method Description UpdateOccmDemandSignalResponse
DemandSignal. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request)
This is a PUT API which shall be used to update the metadata of the demand signal.Future<UpdateOccmDemandSignalResponse>
DemandSignalAsync. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request, AsyncHandler<UpdateOccmDemandSignalRequest,UpdateOccmDemandSignalResponse> handler)
This is a PUT API which shall be used to update the metadata of the demand signal.Future<UpdateOccmDemandSignalResponse>
DemandSignalAsyncClient. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request, AsyncHandler<UpdateOccmDemandSignalRequest,UpdateOccmDemandSignalResponse> handler)
UpdateOccmDemandSignalResponse
DemandSignalClient. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateOccmDemandSignalRequest Modifier and Type Method Description Future<UpdateOccmDemandSignalResponse>
DemandSignalAsync. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request, AsyncHandler<UpdateOccmDemandSignalRequest,UpdateOccmDemandSignalResponse> handler)
This is a PUT API which shall be used to update the metadata of the demand signal.Future<UpdateOccmDemandSignalResponse>
DemandSignalAsyncClient. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request, AsyncHandler<UpdateOccmDemandSignalRequest,UpdateOccmDemandSignalResponse> handler)
-
Uses of UpdateOccmDemandSignalRequest in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return UpdateOccmDemandSignalRequest Modifier and Type Method Description UpdateOccmDemandSignalRequest
UpdateOccmDemandSignalRequest.Builder. build()
Build the instance of UpdateOccmDemandSignalRequest as configured by this builderUpdateOccmDemandSignalRequest
UpdateOccmDemandSignalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOccmDemandSignalRequest as configured by this builderMethods in com.oracle.bmc.capacitymanagement.requests with parameters of type UpdateOccmDemandSignalRequest Modifier and Type Method Description UpdateOccmDemandSignalRequest.Builder
UpdateOccmDemandSignalRequest.Builder. copy(UpdateOccmDemandSignalRequest o)
Copy method to populate the builder with values from the given instance.
-