Uses of Class
com.oracle.bmc.aivision.responses.StartStreamJobResponse
-
Packages that use StartStreamJobResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of StartStreamJobResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return StartStreamJobResponse Modifier and Type Method Description StartStreamJobResponse
AIServiceVision. startStreamJob(StartStreamJobRequest request)
End a stream analysis Run.StartStreamJobResponse
AIServiceVisionClient. startStreamJob(StartStreamJobRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type StartStreamJobResponse Modifier and Type Method Description Future<StartStreamJobResponse>
AIServiceVisionAsync. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
End a stream analysis Run.Future<StartStreamJobResponse>
AIServiceVisionAsyncClient. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
Method parameters in com.oracle.bmc.aivision with type arguments of type StartStreamJobResponse Modifier and Type Method Description Future<StartStreamJobResponse>
AIServiceVisionAsync. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
End a stream analysis Run.Future<StartStreamJobResponse>
AIServiceVisionAsyncClient. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
-
Uses of StartStreamJobResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return StartStreamJobResponse Modifier and Type Method Description StartStreamJobResponse
StartStreamJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type StartStreamJobResponse Modifier and Type Method Description StartStreamJobResponse.Builder
StartStreamJobResponse.Builder. copy(StartStreamJobResponse o)
Copy method to populate the builder with values from the given instance.
-