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