Uses of Class
com.oracle.bmc.loganalytics.responses.ListCategoriesResponse
-
Packages that use ListCategoriesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListCategoriesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListCategoriesResponse Modifier and Type Method Description ListCategoriesResponse
LogAnalytics. listCategories(ListCategoriesRequest request)
Returns a list of categories, containing detailed information about them.ListCategoriesResponse
LogAnalyticsClient. listCategories(ListCategoriesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListCategoriesResponse Modifier and Type Method Description Future<ListCategoriesResponse>
LogAnalyticsAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Returns a list of categories, containing detailed information about them.Future<ListCategoriesResponse>
LogAnalyticsAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Iterable<ListCategoriesResponse>
LogAnalyticsPaginators. listCategoriesResponseIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over the responses received from the listCategories operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListCategoriesResponse Modifier and Type Method Description Future<ListCategoriesResponse>
LogAnalyticsAsync. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Returns a list of categories, containing detailed information about them.Future<ListCategoriesResponse>
LogAnalyticsAsyncClient. listCategories(ListCategoriesRequest request, AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
-
Uses of ListCategoriesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListCategoriesResponse Modifier and Type Method Description ListCategoriesResponse
ListCategoriesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListCategoriesResponse Modifier and Type Method Description ListCategoriesResponse.Builder
ListCategoriesResponse.Builder. copy(ListCategoriesResponse o)
Copy method to populate the builder with values from the given instance.
-