Uses of Class
com.oracle.bmc.loganalytics.responses.ListAutoAssociationsResponse
-
Packages that use ListAutoAssociationsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListAutoAssociationsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListAutoAssociationsResponse Modifier and Type Method Description ListAutoAssociationsResponse
LogAnalytics. listAutoAssociations(ListAutoAssociationsRequest request)
Gets information related to auto association for the source with the specified name.ListAutoAssociationsResponse
LogAnalyticsClient. listAutoAssociations(ListAutoAssociationsRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListAutoAssociationsResponse Modifier and Type Method Description Future<ListAutoAssociationsResponse>
LogAnalyticsAsync. listAutoAssociations(ListAutoAssociationsRequest request, AsyncHandler<ListAutoAssociationsRequest,ListAutoAssociationsResponse> handler)
Gets information related to auto association for the source with the specified name.Future<ListAutoAssociationsResponse>
LogAnalyticsAsyncClient. listAutoAssociations(ListAutoAssociationsRequest request, AsyncHandler<ListAutoAssociationsRequest,ListAutoAssociationsResponse> handler)
Iterable<ListAutoAssociationsResponse>
LogAnalyticsPaginators. listAutoAssociationsResponseIterator(ListAutoAssociationsRequest request)
Creates a new iterable which will iterate over the responses received from the listAutoAssociations operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListAutoAssociationsResponse Modifier and Type Method Description Future<ListAutoAssociationsResponse>
LogAnalyticsAsync. listAutoAssociations(ListAutoAssociationsRequest request, AsyncHandler<ListAutoAssociationsRequest,ListAutoAssociationsResponse> handler)
Gets information related to auto association for the source with the specified name.Future<ListAutoAssociationsResponse>
LogAnalyticsAsyncClient. listAutoAssociations(ListAutoAssociationsRequest request, AsyncHandler<ListAutoAssociationsRequest,ListAutoAssociationsResponse> handler)
-
Uses of ListAutoAssociationsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListAutoAssociationsResponse Modifier and Type Method Description ListAutoAssociationsResponse
ListAutoAssociationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListAutoAssociationsResponse Modifier and Type Method Description ListAutoAssociationsResponse.Builder
ListAutoAssociationsResponse.Builder. copy(ListAutoAssociationsResponse o)
Copy method to populate the builder with values from the given instance.
-