Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
ListSourcesResponse |
LogAnalyticsClient.listSources(ListSourcesRequest request) |
ListSourcesResponse |
LogAnalytics.listSources(ListSourcesRequest request)
Returns a list of sources, containing detailed information about them.
|
Future<ListSourcesResponse> |
LogAnalyticsAsyncClient.listSources(ListSourcesRequest request,
AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler) |
Future<ListSourcesResponse> |
LogAnalyticsAsync.listSources(ListSourcesRequest request,
AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler)
Returns a list of sources, containing detailed information about them.
|
Iterable<LogAnalyticsSourceSummary> |
LogAnalyticsPaginators.listSourcesRecordIterator(ListSourcesRequest request)
Creates a new iterable which will iterate over the
LogAnalyticsSourceSummary objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListSourcesResponse> |
LogAnalyticsAsyncClient.listSources(ListSourcesRequest request,
AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler) |
Future<ListSourcesResponse> |
LogAnalyticsAsync.listSources(ListSourcesRequest request,
AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler)
Returns a list of sources, containing detailed information about them.
|
Modifier and Type | Method and Description |
---|---|
ListSourcesRequest |
ListSourcesRequest.Builder.build()
Build the instance of ListSourcesRequest as configured by this builder
|
ListSourcesRequest |
ListSourcesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSourcesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSourcesRequest.Builder |
ListSourcesRequest.Builder.copy(ListSourcesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.