Uses of Class
com.oracle.bmc.loganalytics.responses.ListAssociableEntitiesResponse
-
Packages that use ListAssociableEntitiesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListAssociableEntitiesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListAssociableEntitiesResponse Modifier and Type Method Description ListAssociableEntitiesResponse
LogAnalytics. listAssociableEntities(ListAssociableEntitiesRequest request)
Lists the entities in the specified compartment which are (in)eligible for association with this source.ListAssociableEntitiesResponse
LogAnalyticsClient. listAssociableEntities(ListAssociableEntitiesRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListAssociableEntitiesResponse Modifier and Type Method Description Future<ListAssociableEntitiesResponse>
LogAnalyticsAsync. listAssociableEntities(ListAssociableEntitiesRequest request, AsyncHandler<ListAssociableEntitiesRequest,ListAssociableEntitiesResponse> handler)
Lists the entities in the specified compartment which are (in)eligible for association with this source.Future<ListAssociableEntitiesResponse>
LogAnalyticsAsyncClient. listAssociableEntities(ListAssociableEntitiesRequest request, AsyncHandler<ListAssociableEntitiesRequest,ListAssociableEntitiesResponse> handler)
Iterable<ListAssociableEntitiesResponse>
LogAnalyticsPaginators. listAssociableEntitiesResponseIterator(ListAssociableEntitiesRequest request)
Creates a new iterable which will iterate over the responses received from the listAssociableEntities operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListAssociableEntitiesResponse Modifier and Type Method Description Future<ListAssociableEntitiesResponse>
LogAnalyticsAsync. listAssociableEntities(ListAssociableEntitiesRequest request, AsyncHandler<ListAssociableEntitiesRequest,ListAssociableEntitiesResponse> handler)
Lists the entities in the specified compartment which are (in)eligible for association with this source.Future<ListAssociableEntitiesResponse>
LogAnalyticsAsyncClient. listAssociableEntities(ListAssociableEntitiesRequest request, AsyncHandler<ListAssociableEntitiesRequest,ListAssociableEntitiesResponse> handler)
-
Uses of ListAssociableEntitiesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListAssociableEntitiesResponse Modifier and Type Method Description ListAssociableEntitiesResponse
ListAssociableEntitiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListAssociableEntitiesResponse Modifier and Type Method Description ListAssociableEntitiesResponse.Builder
ListAssociableEntitiesResponse.Builder. copy(ListAssociableEntitiesResponse o)
Copy method to populate the builder with values from the given instance.
-