Uses of Class
com.oracle.bmc.capacitymanagement.responses.UpdateOccmDemandSignalItemResponse
-
Packages that use UpdateOccmDemandSignalItemResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of UpdateOccmDemandSignalItemResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return UpdateOccmDemandSignalItemResponse Modifier and Type Method Description UpdateOccmDemandSignalItemResponse
DemandSignal. updateOccmDemandSignalItem(UpdateOccmDemandSignalItemRequest request)
This is a PUT API which can be used to update the demand signal item resource.UpdateOccmDemandSignalItemResponse
DemandSignalClient. updateOccmDemandSignalItem(UpdateOccmDemandSignalItemRequest request)
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type UpdateOccmDemandSignalItemResponse Modifier and Type Method Description Future<UpdateOccmDemandSignalItemResponse>
DemandSignalAsync. updateOccmDemandSignalItem(UpdateOccmDemandSignalItemRequest request, AsyncHandler<UpdateOccmDemandSignalItemRequest,UpdateOccmDemandSignalItemResponse> handler)
This is a PUT API which can be used to update the demand signal item resource.Future<UpdateOccmDemandSignalItemResponse>
DemandSignalAsyncClient. updateOccmDemandSignalItem(UpdateOccmDemandSignalItemRequest request, AsyncHandler<UpdateOccmDemandSignalItemRequest,UpdateOccmDemandSignalItemResponse> handler)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateOccmDemandSignalItemResponse Modifier and Type Method Description Future<UpdateOccmDemandSignalItemResponse>
DemandSignalAsync. updateOccmDemandSignalItem(UpdateOccmDemandSignalItemRequest request, AsyncHandler<UpdateOccmDemandSignalItemRequest,UpdateOccmDemandSignalItemResponse> handler)
This is a PUT API which can be used to update the demand signal item resource.Future<UpdateOccmDemandSignalItemResponse>
DemandSignalAsyncClient. updateOccmDemandSignalItem(UpdateOccmDemandSignalItemRequest request, AsyncHandler<UpdateOccmDemandSignalItemRequest,UpdateOccmDemandSignalItemResponse> handler)
-
Uses of UpdateOccmDemandSignalItemResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return UpdateOccmDemandSignalItemResponse Modifier and Type Method Description UpdateOccmDemandSignalItemResponse
UpdateOccmDemandSignalItemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type UpdateOccmDemandSignalItemResponse Modifier and Type Method Description UpdateOccmDemandSignalItemResponse.Builder
UpdateOccmDemandSignalItemResponse.Builder. copy(UpdateOccmDemandSignalItemResponse o)
Copy method to populate the builder with values from the given instance.
-