Uses of Class
com.oracle.bmc.loganalytics.requests.ListLogAnalyticsEntityTopologyRequest
-
Packages that use ListLogAnalyticsEntityTopologyRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListLogAnalyticsEntityTopologyRequest in com.oracle.bmc.loganalytics
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListLogAnalyticsEntityTopologyRequest Modifier and Type Method Description Future<ListLogAnalyticsEntityTopologyResponse>LogAnalyticsAsync. listLogAnalyticsEntityTopology(ListLogAnalyticsEntityTopologyRequest request, AsyncHandler<ListLogAnalyticsEntityTopologyRequest,ListLogAnalyticsEntityTopologyResponse> handler)Return a log analytics entity topology collection that contains a set of log analytics entities and a set of relationships between those, for the input source entity.Future<ListLogAnalyticsEntityTopologyResponse>LogAnalyticsAsyncClient. listLogAnalyticsEntityTopology(ListLogAnalyticsEntityTopologyRequest request, AsyncHandler<ListLogAnalyticsEntityTopologyRequest,ListLogAnalyticsEntityTopologyResponse> handler) -
Uses of ListLogAnalyticsEntityTopologyRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLogAnalyticsEntityTopologyRequest Modifier and Type Method Description ListLogAnalyticsEntityTopologyRequestListLogAnalyticsEntityTopologyRequest.Builder. build()Build the instance of ListLogAnalyticsEntityTopologyRequest as configured by this builderListLogAnalyticsEntityTopologyRequestListLogAnalyticsEntityTopologyRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListLogAnalyticsEntityTopologyRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListLogAnalyticsEntityTopologyRequest Modifier and Type Method Description ListLogAnalyticsEntityTopologyRequest.BuilderListLogAnalyticsEntityTopologyRequest.Builder. copy(ListLogAnalyticsEntityTopologyRequest o)Copy method to populate the builder with values from the given instance.
-