Uses of Class
com.oracle.bmc.loganalytics.requests.ListAssociableEntitiesRequest
-
Packages that use ListAssociableEntitiesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListAssociableEntitiesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListAssociableEntitiesRequest Modifier and Type Method Description ListAssociableEntitiesResponseLogAnalytics. listAssociableEntities(ListAssociableEntitiesRequest request)Lists the entities in the specified compartment which are (in)eligible for association with this source.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)ListAssociableEntitiesResponseLogAnalyticsClient. listAssociableEntities(ListAssociableEntitiesRequest request)Iterable<AssociableEntity>LogAnalyticsPaginators. listAssociableEntitiesRecordIterator(ListAssociableEntitiesRequest request)Creates a new iterable which will iterate over theAssociableEntityobjects contained in responses from the listAssociableEntities operation.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 ListAssociableEntitiesRequest 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 ListAssociableEntitiesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListAssociableEntitiesRequest Modifier and Type Method Description ListAssociableEntitiesRequestListAssociableEntitiesRequest.Builder. build()Build the instance of ListAssociableEntitiesRequest as configured by this builderListAssociableEntitiesRequestListAssociableEntitiesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAssociableEntitiesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListAssociableEntitiesRequest Modifier and Type Method Description ListAssociableEntitiesRequest.BuilderListAssociableEntitiesRequest.Builder. copy(ListAssociableEntitiesRequest o)Copy method to populate the builder with values from the given instance.
-