Uses of Class
com.oracle.bmc.capacitymanagement.responses.CreateOccmDemandSignalResponse
-
Packages that use CreateOccmDemandSignalResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of CreateOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return CreateOccmDemandSignalResponse Modifier and Type Method Description CreateOccmDemandSignalResponse
DemandSignal. createOccmDemandSignal(CreateOccmDemandSignalRequest request)
This is a post API to create occm demand signal.CreateOccmDemandSignalResponse
DemandSignalClient. createOccmDemandSignal(CreateOccmDemandSignalRequest request)
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type CreateOccmDemandSignalResponse Modifier and Type Method Description Future<CreateOccmDemandSignalResponse>
DemandSignalAsync. createOccmDemandSignal(CreateOccmDemandSignalRequest request, AsyncHandler<CreateOccmDemandSignalRequest,CreateOccmDemandSignalResponse> handler)
This is a post API to create occm demand signal.Future<CreateOccmDemandSignalResponse>
DemandSignalAsyncClient. createOccmDemandSignal(CreateOccmDemandSignalRequest request, AsyncHandler<CreateOccmDemandSignalRequest,CreateOccmDemandSignalResponse> handler)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type CreateOccmDemandSignalResponse Modifier and Type Method Description Future<CreateOccmDemandSignalResponse>
DemandSignalAsync. createOccmDemandSignal(CreateOccmDemandSignalRequest request, AsyncHandler<CreateOccmDemandSignalRequest,CreateOccmDemandSignalResponse> handler)
This is a post API to create occm demand signal.Future<CreateOccmDemandSignalResponse>
DemandSignalAsyncClient. createOccmDemandSignal(CreateOccmDemandSignalRequest request, AsyncHandler<CreateOccmDemandSignalRequest,CreateOccmDemandSignalResponse> handler)
-
Uses of CreateOccmDemandSignalResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return CreateOccmDemandSignalResponse Modifier and Type Method Description CreateOccmDemandSignalResponse
CreateOccmDemandSignalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type CreateOccmDemandSignalResponse Modifier and Type Method Description CreateOccmDemandSignalResponse.Builder
CreateOccmDemandSignalResponse.Builder. copy(CreateOccmDemandSignalResponse o)
Copy method to populate the builder with values from the given instance.
-