Uses of Class
com.oracle.bmc.demandsignal.responses.CreateOccDemandSignalResponse
-
Packages that use CreateOccDemandSignalResponse Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.responses -
-
Uses of CreateOccDemandSignalResponse in com.oracle.bmc.demandsignal
Methods in com.oracle.bmc.demandsignal that return CreateOccDemandSignalResponse Modifier and Type Method Description CreateOccDemandSignalResponse
OccDemandSignal. createOccDemandSignal(CreateOccDemandSignalRequest request)
Creates a OccDemandSignal.CreateOccDemandSignalResponse
OccDemandSignalClient. createOccDemandSignal(CreateOccDemandSignalRequest request)
Methods in com.oracle.bmc.demandsignal that return types with arguments of type CreateOccDemandSignalResponse Modifier and Type Method Description Future<CreateOccDemandSignalResponse>
OccDemandSignalAsync. createOccDemandSignal(CreateOccDemandSignalRequest request, AsyncHandler<CreateOccDemandSignalRequest,CreateOccDemandSignalResponse> handler)
Creates a OccDemandSignal.Future<CreateOccDemandSignalResponse>
OccDemandSignalAsyncClient. createOccDemandSignal(CreateOccDemandSignalRequest request, AsyncHandler<CreateOccDemandSignalRequest,CreateOccDemandSignalResponse> handler)
Method parameters in com.oracle.bmc.demandsignal with type arguments of type CreateOccDemandSignalResponse Modifier and Type Method Description Future<CreateOccDemandSignalResponse>
OccDemandSignalAsync. createOccDemandSignal(CreateOccDemandSignalRequest request, AsyncHandler<CreateOccDemandSignalRequest,CreateOccDemandSignalResponse> handler)
Creates a OccDemandSignal.Future<CreateOccDemandSignalResponse>
OccDemandSignalAsyncClient. createOccDemandSignal(CreateOccDemandSignalRequest request, AsyncHandler<CreateOccDemandSignalRequest,CreateOccDemandSignalResponse> handler)
-
Uses of CreateOccDemandSignalResponse in com.oracle.bmc.demandsignal.responses
Methods in com.oracle.bmc.demandsignal.responses that return CreateOccDemandSignalResponse Modifier and Type Method Description CreateOccDemandSignalResponse
CreateOccDemandSignalResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.demandsignal.responses with parameters of type CreateOccDemandSignalResponse Modifier and Type Method Description CreateOccDemandSignalResponse.Builder
CreateOccDemandSignalResponse.Builder. copy(CreateOccDemandSignalResponse o)
Copy method to populate the builder with values from the given instance.
-