Uses of Class
com.oracle.bmc.aivision.requests.ListStreamSourcesRequest
-
Packages that use ListStreamSourcesRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of ListStreamSourcesRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type ListStreamSourcesRequest Modifier and Type Method Description ListStreamSourcesResponseAIServiceVision. listStreamSources(ListStreamSourcesRequest request)Gets a list of the streamSources in the specified compartment.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)ListStreamSourcesResponseAIServiceVisionClient. listStreamSources(ListStreamSourcesRequest request)Iterable<StreamSourceSummary>AIServiceVisionPaginators. listStreamSourcesRecordIterator(ListStreamSourcesRequest request)Creates a new iterable which will iterate over theStreamSourceSummaryobjects contained in responses from the listStreamSources operation.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 ListStreamSourcesRequest 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 ListStreamSourcesRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return ListStreamSourcesRequest Modifier and Type Method Description ListStreamSourcesRequestListStreamSourcesRequest.Builder. build()Build the instance of ListStreamSourcesRequest as configured by this builderListStreamSourcesRequestListStreamSourcesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListStreamSourcesRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type ListStreamSourcesRequest Modifier and Type Method Description ListStreamSourcesRequest.BuilderListStreamSourcesRequest.Builder. copy(ListStreamSourcesRequest o)Copy method to populate the builder with values from the given instance.
-