Uses of Class
com.oracle.bmc.loganalytics.responses.ListLabelPrioritiesResponse
-
Packages that use ListLabelPrioritiesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListLabelPrioritiesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListLabelPrioritiesResponse Modifier and Type Method Description ListLabelPrioritiesResponse
LogAnalytics. listLabelPriorities(ListLabelPrioritiesRequest request)
Lists the available problem priorities that could be associated with a label.ListLabelPrioritiesResponse
LogAnalyticsClient. listLabelPriorities(ListLabelPrioritiesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListLabelPrioritiesResponse 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)
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 ListLabelPrioritiesResponse 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 ListLabelPrioritiesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListLabelPrioritiesResponse Modifier and Type Method Description ListLabelPrioritiesResponse
ListLabelPrioritiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListLabelPrioritiesResponse Modifier and Type Method Description ListLabelPrioritiesResponse.Builder
ListLabelPrioritiesResponse.Builder. copy(ListLabelPrioritiesResponse o)
Copy method to populate the builder with values from the given instance.
-