Uses of Class
com.oracle.bmc.capacitymanagement.responses.UpdateOccmDemandSignalResponse
-
Packages that use UpdateOccmDemandSignalResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of UpdateOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return UpdateOccmDemandSignalResponse 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.UpdateOccmDemandSignalResponse
DemandSignalClient. updateOccmDemandSignal(UpdateOccmDemandSignalRequest request)
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type UpdateOccmDemandSignalResponse 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)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateOccmDemandSignalResponse 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 UpdateOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return UpdateOccmDemandSignalResponse Modifier and Type Method Description UpdateOccmDemandSignalResponse
UpdateOccmDemandSignalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type UpdateOccmDemandSignalResponse Modifier and Type Method Description UpdateOccmDemandSignalResponse.Builder
UpdateOccmDemandSignalResponse.Builder. copy(UpdateOccmDemandSignalResponse o)
Copy method to populate the builder with values from the given instance.
-