Uses of Class
com.oracle.bmc.demandsignal.requests.CreateOccDemandSignalRequest
-
Packages that use CreateOccDemandSignalRequest Package Description com.oracle.bmc.demandsignal com.oracle.bmc.demandsignal.requests -
-
Uses of CreateOccDemandSignalRequest in com.oracle.bmc.demandsignal
Methods in com.oracle.bmc.demandsignal with parameters of type CreateOccDemandSignalRequest Modifier and Type Method Description CreateOccDemandSignalResponse
OccDemandSignal. createOccDemandSignal(CreateOccDemandSignalRequest request)
Creates a OccDemandSignal.Future<CreateOccDemandSignalResponse>
OccDemandSignalAsync. createOccDemandSignal(CreateOccDemandSignalRequest request, AsyncHandler<CreateOccDemandSignalRequest,CreateOccDemandSignalResponse> handler)
Creates a OccDemandSignal.Future<CreateOccDemandSignalResponse>
OccDemandSignalAsyncClient. createOccDemandSignal(CreateOccDemandSignalRequest request, AsyncHandler<CreateOccDemandSignalRequest,CreateOccDemandSignalResponse> handler)
CreateOccDemandSignalResponse
OccDemandSignalClient. createOccDemandSignal(CreateOccDemandSignalRequest request)
Method parameters in com.oracle.bmc.demandsignal with type arguments of type CreateOccDemandSignalRequest 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 CreateOccDemandSignalRequest in com.oracle.bmc.demandsignal.requests
Methods in com.oracle.bmc.demandsignal.requests that return CreateOccDemandSignalRequest Modifier and Type Method Description CreateOccDemandSignalRequest
CreateOccDemandSignalRequest.Builder. build()
Build the instance of CreateOccDemandSignalRequest as configured by this builderCreateOccDemandSignalRequest
CreateOccDemandSignalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOccDemandSignalRequest as configured by this builderMethods in com.oracle.bmc.demandsignal.requests with parameters of type CreateOccDemandSignalRequest Modifier and Type Method Description CreateOccDemandSignalRequest.Builder
CreateOccDemandSignalRequest.Builder. copy(CreateOccDemandSignalRequest o)
Copy method to populate the builder with values from the given instance.
-