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