Uses of Class
com.oracle.bmc.loganalytics.responses.ListEntityAssociationsResponse
-
Packages that use ListEntityAssociationsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListEntityAssociationsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListEntityAssociationsResponse Modifier and Type Method Description ListEntityAssociationsResponse
LogAnalytics. listEntityAssociations(ListEntityAssociationsRequest request)
Return a list of log analytics entities associated with input source log analytics entity.ListEntityAssociationsResponse
LogAnalyticsClient. listEntityAssociations(ListEntityAssociationsRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListEntityAssociationsResponse Modifier and Type Method Description Future<ListEntityAssociationsResponse>
LogAnalyticsAsync. listEntityAssociations(ListEntityAssociationsRequest request, AsyncHandler<ListEntityAssociationsRequest,ListEntityAssociationsResponse> handler)
Return a list of log analytics entities associated with input source log analytics entity.Future<ListEntityAssociationsResponse>
LogAnalyticsAsyncClient. listEntityAssociations(ListEntityAssociationsRequest request, AsyncHandler<ListEntityAssociationsRequest,ListEntityAssociationsResponse> handler)
Iterable<ListEntityAssociationsResponse>
LogAnalyticsPaginators. listEntityAssociationsResponseIterator(ListEntityAssociationsRequest request)
Creates a new iterable which will iterate over the responses received from the listEntityAssociations operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListEntityAssociationsResponse Modifier and Type Method Description Future<ListEntityAssociationsResponse>
LogAnalyticsAsync. listEntityAssociations(ListEntityAssociationsRequest request, AsyncHandler<ListEntityAssociationsRequest,ListEntityAssociationsResponse> handler)
Return a list of log analytics entities associated with input source log analytics entity.Future<ListEntityAssociationsResponse>
LogAnalyticsAsyncClient. listEntityAssociations(ListEntityAssociationsRequest request, AsyncHandler<ListEntityAssociationsRequest,ListEntityAssociationsResponse> handler)
-
Uses of ListEntityAssociationsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListEntityAssociationsResponse Modifier and Type Method Description ListEntityAssociationsResponse
ListEntityAssociationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListEntityAssociationsResponse Modifier and Type Method Description ListEntityAssociationsResponse.Builder
ListEntityAssociationsResponse.Builder. copy(ListEntityAssociationsResponse o)
Copy method to populate the builder with values from the given instance.
-