Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
ListCategoriesResponse |
LogAnalytics.listCategories(ListCategoriesRequest request)
Returns a list of categories, containing detailed information about them.
|
ListCategoriesResponse |
LogAnalyticsClient.listCategories(ListCategoriesRequest request) |
Future<ListCategoriesResponse> |
LogAnalyticsAsyncClient.listCategories(ListCategoriesRequest request,
AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler) |
Future<ListCategoriesResponse> |
LogAnalyticsAsync.listCategories(ListCategoriesRequest request,
AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Returns a list of categories, containing detailed information about them.
|
Iterable<LogAnalyticsCategory> |
LogAnalyticsPaginators.listCategoriesRecordIterator(ListCategoriesRequest request)
Creates a new iterable which will iterate over the
LogAnalyticsCategory objects 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCategoriesResponse> |
LogAnalyticsAsyncClient.listCategories(ListCategoriesRequest request,
AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler) |
Future<ListCategoriesResponse> |
LogAnalyticsAsync.listCategories(ListCategoriesRequest request,
AsyncHandler<ListCategoriesRequest,ListCategoriesResponse> handler)
Returns a list of categories, containing detailed information about them.
|
Modifier and Type | Method and Description |
---|---|
ListCategoriesRequest |
ListCategoriesRequest.Builder.build()
Build the instance of ListCategoriesRequest as configured by this builder
|
ListCategoriesRequest |
ListCategoriesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListCategoriesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.copy(ListCategoriesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.