Uses of Class
com.oracle.bmc.capacitymanagement.responses.GetOccmDemandSignalItemResponse
-
Packages that use GetOccmDemandSignalItemResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of GetOccmDemandSignalItemResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return GetOccmDemandSignalItemResponse Modifier and Type Method Description GetOccmDemandSignalItemResponse
DemandSignal. getOccmDemandSignalItem(GetOccmDemandSignalItemRequest request)
This is a GET API to get the details of a demand signal item resource representing the details of the resource demanded by you.GetOccmDemandSignalItemResponse
DemandSignalClient. getOccmDemandSignalItem(GetOccmDemandSignalItemRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type GetOccmDemandSignalItemResponse Modifier and Type Method Description Future<GetOccmDemandSignalItemResponse>
DemandSignalAsync. getOccmDemandSignalItem(GetOccmDemandSignalItemRequest request, AsyncHandler<GetOccmDemandSignalItemRequest,GetOccmDemandSignalItemResponse> handler)
This is a GET API to get the details of a demand signal item resource representing the details of the resource demanded by you.Future<GetOccmDemandSignalItemResponse>
DemandSignalAsyncClient. getOccmDemandSignalItem(GetOccmDemandSignalItemRequest request, AsyncHandler<GetOccmDemandSignalItemRequest,GetOccmDemandSignalItemResponse> handler)
-
Uses of GetOccmDemandSignalItemResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return GetOccmDemandSignalItemResponse Modifier and Type Method Description GetOccmDemandSignalItemResponse
GetOccmDemandSignalItemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type GetOccmDemandSignalItemResponse Modifier and Type Method Description GetOccmDemandSignalItemResponse.Builder
GetOccmDemandSignalItemResponse.Builder. copy(GetOccmDemandSignalItemResponse o)
Copy method to populate the builder with values from the given instance.
-