Uses of Class
com.oracle.bmc.loganalytics.requests.ListLabelPrioritiesRequest
-
Packages that use ListLabelPrioritiesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListLabelPrioritiesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListLabelPrioritiesRequest Modifier and Type Method Description ListLabelPrioritiesResponse
LogAnalytics. listLabelPriorities(ListLabelPrioritiesRequest request)
Lists the available problem priorities that could be associated with a label.Future<ListLabelPrioritiesResponse>
LogAnalyticsAsync. listLabelPriorities(ListLabelPrioritiesRequest request, AsyncHandler<ListLabelPrioritiesRequest,ListLabelPrioritiesResponse> handler)
Lists the available problem priorities that could be associated with a label.Future<ListLabelPrioritiesResponse>
LogAnalyticsAsyncClient. listLabelPriorities(ListLabelPrioritiesRequest request, AsyncHandler<ListLabelPrioritiesRequest,ListLabelPrioritiesResponse> handler)
ListLabelPrioritiesResponse
LogAnalyticsClient. listLabelPriorities(ListLabelPrioritiesRequest request)
Iterable<LabelPriority>
LogAnalyticsPaginators. listLabelPrioritiesRecordIterator(ListLabelPrioritiesRequest request)
Creates a new iterable which will iterate over theLabelPriority
objects contained in responses from the listLabelPriorities operation.Iterable<ListLabelPrioritiesResponse>
LogAnalyticsPaginators. listLabelPrioritiesResponseIterator(ListLabelPrioritiesRequest request)
Creates a new iterable which will iterate over the responses received from the listLabelPriorities operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListLabelPrioritiesRequest Modifier and Type Method Description Future<ListLabelPrioritiesResponse>
LogAnalyticsAsync. listLabelPriorities(ListLabelPrioritiesRequest request, AsyncHandler<ListLabelPrioritiesRequest,ListLabelPrioritiesResponse> handler)
Lists the available problem priorities that could be associated with a label.Future<ListLabelPrioritiesResponse>
LogAnalyticsAsyncClient. listLabelPriorities(ListLabelPrioritiesRequest request, AsyncHandler<ListLabelPrioritiesRequest,ListLabelPrioritiesResponse> handler)
-
Uses of ListLabelPrioritiesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLabelPrioritiesRequest Modifier and Type Method Description ListLabelPrioritiesRequest
ListLabelPrioritiesRequest.Builder. build()
Build the instance of ListLabelPrioritiesRequest as configured by this builderListLabelPrioritiesRequest
ListLabelPrioritiesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLabelPrioritiesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListLabelPrioritiesRequest Modifier and Type Method Description ListLabelPrioritiesRequest.Builder
ListLabelPrioritiesRequest.Builder. copy(ListLabelPrioritiesRequest o)
Copy method to populate the builder with values from the given instance.
-