Uses of Class
com.oracle.bmc.aivision.responses.ListStreamSourcesResponse
-
Packages that use ListStreamSourcesResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of ListStreamSourcesResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return ListStreamSourcesResponse Modifier and Type Method Description ListStreamSourcesResponseAIServiceVision. listStreamSources(ListStreamSourcesRequest request)Gets a list of the streamSources in the specified compartment.ListStreamSourcesResponseAIServiceVisionClient. listStreamSources(ListStreamSourcesRequest request)Methods in com.oracle.bmc.aivision that return types with arguments of type ListStreamSourcesResponse Modifier and Type Method Description Future<ListStreamSourcesResponse>AIServiceVisionAsync. listStreamSources(ListStreamSourcesRequest request, AsyncHandler<ListStreamSourcesRequest,ListStreamSourcesResponse> handler)Gets a list of the streamSources in the specified compartment.Future<ListStreamSourcesResponse>AIServiceVisionAsyncClient. listStreamSources(ListStreamSourcesRequest request, AsyncHandler<ListStreamSourcesRequest,ListStreamSourcesResponse> handler)Iterable<ListStreamSourcesResponse>AIServiceVisionPaginators. listStreamSourcesResponseIterator(ListStreamSourcesRequest request)Creates a new iterable which will iterate over the responses received from the listStreamSources operation.Method parameters in com.oracle.bmc.aivision with type arguments of type ListStreamSourcesResponse Modifier and Type Method Description Future<ListStreamSourcesResponse>AIServiceVisionAsync. listStreamSources(ListStreamSourcesRequest request, AsyncHandler<ListStreamSourcesRequest,ListStreamSourcesResponse> handler)Gets a list of the streamSources in the specified compartment.Future<ListStreamSourcesResponse>AIServiceVisionAsyncClient. listStreamSources(ListStreamSourcesRequest request, AsyncHandler<ListStreamSourcesRequest,ListStreamSourcesResponse> handler) -
Uses of ListStreamSourcesResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return ListStreamSourcesResponse Modifier and Type Method Description ListStreamSourcesResponseListStreamSourcesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type ListStreamSourcesResponse Modifier and Type Method Description ListStreamSourcesResponse.BuilderListStreamSourcesResponse.Builder. copy(ListStreamSourcesResponse o)Copy method to populate the builder with values from the given instance.
-