Uses of Class
com.oracle.bmc.aivision.responses.CreateStreamJobResponse
- 
Packages that use CreateStreamJobResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses 
- 
- 
Uses of CreateStreamJobResponse in com.oracle.bmc.aivisionMethods in com.oracle.bmc.aivision that return CreateStreamJobResponse Modifier and Type Method Description CreateStreamJobResponseAIServiceVision. createStreamJob(CreateStreamJobRequest request)Create a stream analysis job with given inputs and features.CreateStreamJobResponseAIServiceVisionClient. createStreamJob(CreateStreamJobRequest request)Methods in com.oracle.bmc.aivision that return types with arguments of type CreateStreamJobResponse Modifier and Type Method Description Future<CreateStreamJobResponse>AIServiceVisionAsync. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)Create a stream analysis job with given inputs and features.Future<CreateStreamJobResponse>AIServiceVisionAsyncClient. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)Method parameters in com.oracle.bmc.aivision with type arguments of type CreateStreamJobResponse Modifier and Type Method Description Future<CreateStreamJobResponse>AIServiceVisionAsync. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)Create a stream analysis job with given inputs and features.Future<CreateStreamJobResponse>AIServiceVisionAsyncClient. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)
- 
Uses of CreateStreamJobResponse in com.oracle.bmc.aivision.responsesMethods in com.oracle.bmc.aivision.responses that return CreateStreamJobResponse Modifier and Type Method Description CreateStreamJobResponseCreateStreamJobResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type CreateStreamJobResponse Modifier and Type Method Description CreateStreamJobResponse.BuilderCreateStreamJobResponse.Builder. copy(CreateStreamJobResponse o)Copy method to populate the builder with values from the given instance.
 
-