Uses of Class
com.oracle.bmc.loganalytics.requests.ListSourcesRequest
-
Packages that use ListSourcesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListSourcesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListSourcesRequest Modifier and Type Method Description ListSourcesResponseLogAnalytics. listSources(ListSourcesRequest request)Returns a list of sources, containing detailed information about them.Future<ListSourcesResponse>LogAnalyticsAsync. listSources(ListSourcesRequest request, AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler)Returns a list of sources, containing detailed information about them.Future<ListSourcesResponse>LogAnalyticsAsyncClient. listSources(ListSourcesRequest request, AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler)ListSourcesResponseLogAnalyticsClient. listSources(ListSourcesRequest request)Iterable<LogAnalyticsSourceSummary>LogAnalyticsPaginators. listSourcesRecordIterator(ListSourcesRequest request)Creates a new iterable which will iterate over theLogAnalyticsSourceSummaryobjects contained in responses from the listSources operation.Iterable<ListSourcesResponse>LogAnalyticsPaginators. listSourcesResponseIterator(ListSourcesRequest request)Creates a new iterable which will iterate over the responses received from the listSources operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListSourcesRequest Modifier and Type Method Description Future<ListSourcesResponse>LogAnalyticsAsync. listSources(ListSourcesRequest request, AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler)Returns a list of sources, containing detailed information about them.Future<ListSourcesResponse>LogAnalyticsAsyncClient. listSources(ListSourcesRequest request, AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler) -
Uses of ListSourcesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListSourcesRequest Modifier and Type Method Description ListSourcesRequestListSourcesRequest.Builder. build()Build the instance of ListSourcesRequest as configured by this builderListSourcesRequestListSourcesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSourcesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListSourcesRequest Modifier and Type Method Description ListSourcesRequest.BuilderListSourcesRequest.Builder. copy(ListSourcesRequest o)Copy method to populate the builder with values from the given instance.
-