Uses of Class
com.oracle.bmc.loganalytics.requests.ListEntityAssociationsRequest
- 
Packages that use ListEntityAssociationsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests 
- 
- 
Uses of ListEntityAssociationsRequest in com.oracle.bmc.loganalyticsMethod parameters in com.oracle.bmc.loganalytics with type arguments of type ListEntityAssociationsRequest 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 ListEntityAssociationsRequest in com.oracle.bmc.loganalytics.requestsMethods in com.oracle.bmc.loganalytics.requests that return ListEntityAssociationsRequest Modifier and Type Method Description ListEntityAssociationsRequestListEntityAssociationsRequest.Builder. build()Build the instance of ListEntityAssociationsRequest as configured by this builderListEntityAssociationsRequestListEntityAssociationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListEntityAssociationsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListEntityAssociationsRequest Modifier and Type Method Description ListEntityAssociationsRequest.BuilderListEntityAssociationsRequest.Builder. copy(ListEntityAssociationsRequest o)Copy method to populate the builder with values from the given instance.
 
-