Uses of Class
com.oracle.bmc.capacitymanagement.responses.GetOccmDemandSignalResponse
-
Packages that use GetOccmDemandSignalResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of GetOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return GetOccmDemandSignalResponse Modifier and Type Method Description GetOccmDemandSignalResponse
DemandSignal. getOccmDemandSignal(GetOccmDemandSignalRequest request)
This is a GET API which gets the detailed information about a specific demand signal.GetOccmDemandSignalResponse
DemandSignalClient. getOccmDemandSignal(GetOccmDemandSignalRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type GetOccmDemandSignalResponse Modifier and Type Method Description Future<GetOccmDemandSignalResponse>
DemandSignalAsync. getOccmDemandSignal(GetOccmDemandSignalRequest request, AsyncHandler<GetOccmDemandSignalRequest,GetOccmDemandSignalResponse> handler)
This is a GET API which gets the detailed information about a specific demand signal.Future<GetOccmDemandSignalResponse>
DemandSignalAsyncClient. getOccmDemandSignal(GetOccmDemandSignalRequest request, AsyncHandler<GetOccmDemandSignalRequest,GetOccmDemandSignalResponse> handler)
-
Uses of GetOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return GetOccmDemandSignalResponse Modifier and Type Method Description GetOccmDemandSignalResponse
GetOccmDemandSignalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type GetOccmDemandSignalResponse Modifier and Type Method Description GetOccmDemandSignalResponse.Builder
GetOccmDemandSignalResponse.Builder. copy(GetOccmDemandSignalResponse o)
Copy method to populate the builder with values from the given instance.
-