Uses of Class
com.oracle.bmc.aivision.requests.UpdateStreamJobRequest
-
Packages that use UpdateStreamJobRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of UpdateStreamJobRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type UpdateStreamJobRequest Modifier and Type Method Description UpdateStreamJobResponse
AIServiceVision. updateStreamJob(UpdateStreamJobRequest request)
Create a stream analysis job with given inputs and features.Future<UpdateStreamJobResponse>
AIServiceVisionAsync. updateStreamJob(UpdateStreamJobRequest request, AsyncHandler<UpdateStreamJobRequest,UpdateStreamJobResponse> handler)
Create a stream analysis job with given inputs and features.Future<UpdateStreamJobResponse>
AIServiceVisionAsyncClient. updateStreamJob(UpdateStreamJobRequest request, AsyncHandler<UpdateStreamJobRequest,UpdateStreamJobResponse> handler)
UpdateStreamJobResponse
AIServiceVisionClient. updateStreamJob(UpdateStreamJobRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type UpdateStreamJobRequest Modifier and Type Method Description Future<UpdateStreamJobResponse>
AIServiceVisionAsync. updateStreamJob(UpdateStreamJobRequest request, AsyncHandler<UpdateStreamJobRequest,UpdateStreamJobResponse> handler)
Create a stream analysis job with given inputs and features.Future<UpdateStreamJobResponse>
AIServiceVisionAsyncClient. updateStreamJob(UpdateStreamJobRequest request, AsyncHandler<UpdateStreamJobRequest,UpdateStreamJobResponse> handler)
-
Uses of UpdateStreamJobRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return UpdateStreamJobRequest Modifier and Type Method Description UpdateStreamJobRequest
UpdateStreamJobRequest.Builder. build()
Build the instance of UpdateStreamJobRequest as configured by this builderUpdateStreamJobRequest
UpdateStreamJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateStreamJobRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type UpdateStreamJobRequest Modifier and Type Method Description UpdateStreamJobRequest.Builder
UpdateStreamJobRequest.Builder. copy(UpdateStreamJobRequest o)
Copy method to populate the builder with values from the given instance.
-