Uses of Class
com.oracle.bmc.loganalytics.requests.ListAutoAssociationsRequest
-
Packages that use ListAutoAssociationsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListAutoAssociationsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListAutoAssociationsRequest Modifier and Type Method Description ListAutoAssociationsResponseLogAnalytics. listAutoAssociations(ListAutoAssociationsRequest request)Gets information related to auto association for the source with the specified name.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)ListAutoAssociationsResponseLogAnalyticsClient. listAutoAssociations(ListAutoAssociationsRequest request)Iterable<AutoAssociationState>LogAnalyticsPaginators. listAutoAssociationsRecordIterator(ListAutoAssociationsRequest request)Creates a new iterable which will iterate over theAutoAssociationStateobjects contained in responses from the listAutoAssociations operation.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 ListAutoAssociationsRequest 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 ListAutoAssociationsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListAutoAssociationsRequest Modifier and Type Method Description ListAutoAssociationsRequestListAutoAssociationsRequest.Builder. build()Build the instance of ListAutoAssociationsRequest as configured by this builderListAutoAssociationsRequestListAutoAssociationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAutoAssociationsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListAutoAssociationsRequest Modifier and Type Method Description ListAutoAssociationsRequest.BuilderListAutoAssociationsRequest.Builder. copy(ListAutoAssociationsRequest o)Copy method to populate the builder with values from the given instance.
-