Uses of Class
com.oracle.bmc.capacitymanagement.responses.UpdateInternalOccmDemandSignalResponse
-
Packages that use UpdateInternalOccmDemandSignalResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of UpdateInternalOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return UpdateInternalOccmDemandSignalResponse Modifier and Type Method Description UpdateInternalOccmDemandSignalResponse
InternalDemandSignal. updateInternalOccmDemandSignal(UpdateInternalOccmDemandSignalRequest request)
This is a internal PUT API which shall be used to update the metadata of the demand signal.UpdateInternalOccmDemandSignalResponse
InternalDemandSignalClient. updateInternalOccmDemandSignal(UpdateInternalOccmDemandSignalRequest request)
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type UpdateInternalOccmDemandSignalResponse Modifier and Type Method Description Future<UpdateInternalOccmDemandSignalResponse>
InternalDemandSignalAsync. updateInternalOccmDemandSignal(UpdateInternalOccmDemandSignalRequest request, AsyncHandler<UpdateInternalOccmDemandSignalRequest,UpdateInternalOccmDemandSignalResponse> handler)
This is a internal PUT API which shall be used to update the metadata of the demand signal.Future<UpdateInternalOccmDemandSignalResponse>
InternalDemandSignalAsyncClient. updateInternalOccmDemandSignal(UpdateInternalOccmDemandSignalRequest request, AsyncHandler<UpdateInternalOccmDemandSignalRequest,UpdateInternalOccmDemandSignalResponse> handler)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateInternalOccmDemandSignalResponse Modifier and Type Method Description Future<UpdateInternalOccmDemandSignalResponse>
InternalDemandSignalAsync. updateInternalOccmDemandSignal(UpdateInternalOccmDemandSignalRequest request, AsyncHandler<UpdateInternalOccmDemandSignalRequest,UpdateInternalOccmDemandSignalResponse> handler)
This is a internal PUT API which shall be used to update the metadata of the demand signal.Future<UpdateInternalOccmDemandSignalResponse>
InternalDemandSignalAsyncClient. updateInternalOccmDemandSignal(UpdateInternalOccmDemandSignalRequest request, AsyncHandler<UpdateInternalOccmDemandSignalRequest,UpdateInternalOccmDemandSignalResponse> handler)
-
Uses of UpdateInternalOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return UpdateInternalOccmDemandSignalResponse Modifier and Type Method Description UpdateInternalOccmDemandSignalResponse
UpdateInternalOccmDemandSignalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type UpdateInternalOccmDemandSignalResponse Modifier and Type Method Description UpdateInternalOccmDemandSignalResponse.Builder
UpdateInternalOccmDemandSignalResponse.Builder. copy(UpdateInternalOccmDemandSignalResponse o)
Copy method to populate the builder with values from the given instance.
-