Uses of Class
com.oracle.bmc.loganalytics.requests.ListAssociatedEntitiesRequest
-
Packages that use ListAssociatedEntitiesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListAssociatedEntitiesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListAssociatedEntitiesRequest Modifier and Type Method Description ListAssociatedEntitiesResponse
LogAnalytics. listAssociatedEntities(ListAssociatedEntitiesRequest request)
Lists the association details of entities in the specified compartment that are associated with at least one source.Future<ListAssociatedEntitiesResponse>
LogAnalyticsAsync. listAssociatedEntities(ListAssociatedEntitiesRequest request, AsyncHandler<ListAssociatedEntitiesRequest,ListAssociatedEntitiesResponse> handler)
Lists the association details of entities in the specified compartment that are associated with at least one source.Future<ListAssociatedEntitiesResponse>
LogAnalyticsAsyncClient. listAssociatedEntities(ListAssociatedEntitiesRequest request, AsyncHandler<ListAssociatedEntitiesRequest,ListAssociatedEntitiesResponse> handler)
ListAssociatedEntitiesResponse
LogAnalyticsClient. listAssociatedEntities(ListAssociatedEntitiesRequest request)
Iterable<LogAnalyticsAssociatedEntity>
LogAnalyticsPaginators. listAssociatedEntitiesRecordIterator(ListAssociatedEntitiesRequest request)
Creates a new iterable which will iterate over theLogAnalyticsAssociatedEntity
objects contained in responses from the listAssociatedEntities operation.Iterable<ListAssociatedEntitiesResponse>
LogAnalyticsPaginators. listAssociatedEntitiesResponseIterator(ListAssociatedEntitiesRequest request)
Creates a new iterable which will iterate over the responses received from the listAssociatedEntities operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListAssociatedEntitiesRequest Modifier and Type Method Description Future<ListAssociatedEntitiesResponse>
LogAnalyticsAsync. listAssociatedEntities(ListAssociatedEntitiesRequest request, AsyncHandler<ListAssociatedEntitiesRequest,ListAssociatedEntitiesResponse> handler)
Lists the association details of entities in the specified compartment that are associated with at least one source.Future<ListAssociatedEntitiesResponse>
LogAnalyticsAsyncClient. listAssociatedEntities(ListAssociatedEntitiesRequest request, AsyncHandler<ListAssociatedEntitiesRequest,ListAssociatedEntitiesResponse> handler)
-
Uses of ListAssociatedEntitiesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListAssociatedEntitiesRequest Modifier and Type Method Description ListAssociatedEntitiesRequest
ListAssociatedEntitiesRequest.Builder. build()
Build the instance of ListAssociatedEntitiesRequest as configured by this builderListAssociatedEntitiesRequest
ListAssociatedEntitiesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAssociatedEntitiesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListAssociatedEntitiesRequest Modifier and Type Method Description ListAssociatedEntitiesRequest.Builder
ListAssociatedEntitiesRequest.Builder. copy(ListAssociatedEntitiesRequest o)
Copy method to populate the builder with values from the given instance.
-