Uses of Class
com.oracle.bmc.loganalytics.responses.ListSourcesResponse
-
Packages that use ListSourcesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListSourcesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListSourcesResponse Modifier and Type Method Description ListSourcesResponse
LogAnalytics. listSources(ListSourcesRequest request)
Returns a list of sources, containing detailed information about them.ListSourcesResponse
LogAnalyticsClient. listSources(ListSourcesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListSourcesResponse 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)
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 ListSourcesResponse 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 ListSourcesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListSourcesResponse Modifier and Type Method Description ListSourcesResponse
ListSourcesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListSourcesResponse Modifier and Type Method Description ListSourcesResponse.Builder
ListSourcesResponse.Builder. copy(ListSourcesResponse o)
Copy method to populate the builder with values from the given instance.
-