Uses of Class
com.oracle.bmc.capacitymanagement.requests.CreateOccmDemandSignalRequest
-
Packages that use CreateOccmDemandSignalRequest Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.requests -
-
Uses of CreateOccmDemandSignalRequest in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement with parameters of type CreateOccmDemandSignalRequest Modifier and Type Method Description CreateOccmDemandSignalResponse
DemandSignal. createOccmDemandSignal(CreateOccmDemandSignalRequest request)
This is a post API to create occm demand signal.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)
CreateOccmDemandSignalResponse
DemandSignalClient. createOccmDemandSignal(CreateOccmDemandSignalRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type CreateOccmDemandSignalRequest 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 CreateOccmDemandSignalRequest in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return CreateOccmDemandSignalRequest Modifier and Type Method Description CreateOccmDemandSignalRequest
CreateOccmDemandSignalRequest.Builder. build()
Build the instance of CreateOccmDemandSignalRequest as configured by this builderCreateOccmDemandSignalRequest
CreateOccmDemandSignalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOccmDemandSignalRequest as configured by this builderMethods in com.oracle.bmc.capacitymanagement.requests with parameters of type CreateOccmDemandSignalRequest Modifier and Type Method Description CreateOccmDemandSignalRequest.Builder
CreateOccmDemandSignalRequest.Builder. copy(CreateOccmDemandSignalRequest o)
Copy method to populate the builder with values from the given instance.
-