Uses of Class
com.oracle.bmc.loganalytics.requests.ListLabelsRequest
-
Packages that use ListLabelsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListLabelsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListLabelsRequest Modifier and Type Method Description ListLabelsResponseLogAnalytics. listLabels(ListLabelsRequest request)Returns a list of labels, containing detailed information about them.Future<ListLabelsResponse>LogAnalyticsAsync. listLabels(ListLabelsRequest request, AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler)Returns a list of labels, containing detailed information about them.Future<ListLabelsResponse>LogAnalyticsAsyncClient. listLabels(ListLabelsRequest request, AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler)ListLabelsResponseLogAnalyticsClient. listLabels(ListLabelsRequest request)Iterable<LogAnalyticsLabelSummary>LogAnalyticsPaginators. listLabelsRecordIterator(ListLabelsRequest request)Creates a new iterable which will iterate over theLogAnalyticsLabelSummaryobjects 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.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListLabelsRequest Modifier and Type Method Description Future<ListLabelsResponse>LogAnalyticsAsync. listLabels(ListLabelsRequest request, AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler)Returns a list of labels, containing detailed information about them.Future<ListLabelsResponse>LogAnalyticsAsyncClient. listLabels(ListLabelsRequest request, AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler) -
Uses of ListLabelsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLabelsRequest Modifier and Type Method Description ListLabelsRequestListLabelsRequest.Builder. build()Build the instance of ListLabelsRequest as configured by this builderListLabelsRequestListLabelsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListLabelsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListLabelsRequest Modifier and Type Method Description ListLabelsRequest.BuilderListLabelsRequest.Builder. copy(ListLabelsRequest o)Copy method to populate the builder with values from the given instance.
-