Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
ListLabelsResponse |
LogAnalyticsClient.listLabels(ListLabelsRequest request) |
ListLabelsResponse |
LogAnalytics.listLabels(ListLabelsRequest request)
Returns a list of labels, containing detailed information about them.
|
Future<ListLabelsResponse> |
LogAnalyticsAsyncClient.listLabels(ListLabelsRequest request,
AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler) |
Future<ListLabelsResponse> |
LogAnalyticsAsync.listLabels(ListLabelsRequest request,
AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler)
Returns a list of labels, containing detailed information about them.
|
Iterable<LogAnalyticsLabelSummary> |
LogAnalyticsPaginators.listLabelsRecordIterator(ListLabelsRequest request)
Creates a new iterable which will iterate over the
LogAnalyticsLabelSummary objects contained in responses
from the listLabels operation. |
Iterable<ListLabelsResponse> |
LogAnalyticsPaginators.listLabelsResponseIterator(ListLabelsRequest request)
Creates a new iterable which will iterate over the responses received from the listLabels
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLabelsResponse> |
LogAnalyticsAsyncClient.listLabels(ListLabelsRequest request,
AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler) |
Future<ListLabelsResponse> |
LogAnalyticsAsync.listLabels(ListLabelsRequest request,
AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler)
Returns a list of labels, containing detailed information about them.
|
Modifier and Type | Method and Description |
---|---|
ListLabelsRequest |
ListLabelsRequest.Builder.build()
Build the instance of ListLabelsRequest as configured by this builder
|
ListLabelsRequest |
ListLabelsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListLabelsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListLabelsRequest.Builder |
ListLabelsRequest.Builder.copy(ListLabelsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.