Uses of Class
com.oracle.bmc.loganalytics.requests.ListCategoriesRequest
-
Packages that use ListCategoriesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListCategoriesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesResponseLogAnalytics. listCategories(ListCategoriesRequest request)Returns a list of categories, containing detailed information about them.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)ListCategoriesResponseLogAnalyticsClient. listCategories(ListCategoriesRequest request)Iterable<LogAnalyticsCategory>LogAnalyticsPaginators. listCategoriesRecordIterator(ListCategoriesRequest request)Creates a new iterable which will iterate over theLogAnalyticsCategoryobjects contained in responses from the listCategories operation.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 ListCategoriesRequest 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 ListCategoriesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListCategoriesRequest Modifier and Type Method Description ListCategoriesRequestListCategoriesRequest.Builder. build()Build the instance of ListCategoriesRequest as configured by this builderListCategoriesRequestListCategoriesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCategoriesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListCategoriesRequest Modifier and Type Method Description ListCategoriesRequest.BuilderListCategoriesRequest.Builder. copy(ListCategoriesRequest o)Copy method to populate the builder with values from the given instance.
-