Uses of Class
com.oracle.bmc.loganalytics.requests.ListEntitySourceAssociationsRequest
-
Packages that use ListEntitySourceAssociationsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListEntitySourceAssociationsRequest in com.oracle.bmc.loganalytics
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListEntitySourceAssociationsRequest Modifier and Type Method Description Future<ListEntitySourceAssociationsResponse>
LogAnalyticsAsync. listEntitySourceAssociations(ListEntitySourceAssociationsRequest request, AsyncHandler<ListEntitySourceAssociationsRequest,ListEntitySourceAssociationsResponse> handler)
Returns the list of source associations for the specified entity.Future<ListEntitySourceAssociationsResponse>
LogAnalyticsAsyncClient. listEntitySourceAssociations(ListEntitySourceAssociationsRequest request, AsyncHandler<ListEntitySourceAssociationsRequest,ListEntitySourceAssociationsResponse> handler)
-
Uses of ListEntitySourceAssociationsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListEntitySourceAssociationsRequest Modifier and Type Method Description ListEntitySourceAssociationsRequest
ListEntitySourceAssociationsRequest.Builder. build()
Build the instance of ListEntitySourceAssociationsRequest as configured by this builderListEntitySourceAssociationsRequest
ListEntitySourceAssociationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListEntitySourceAssociationsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListEntitySourceAssociationsRequest Modifier and Type Method Description ListEntitySourceAssociationsRequest.Builder
ListEntitySourceAssociationsRequest.Builder. copy(ListEntitySourceAssociationsRequest o)
Copy method to populate the builder with values from the given instance.
-