Uses of Class
com.oracle.bmc.loganalytics.requests.ListRecalledDataRequest
-
Packages that use ListRecalledDataRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListRecalledDataRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListRecalledDataRequest Modifier and Type Method Description ListRecalledDataResponse
LogAnalytics. listRecalledData(ListRecalledDataRequest request)
This API returns the list of recalled data of a tenancy.Future<ListRecalledDataResponse>
LogAnalyticsAsync. listRecalledData(ListRecalledDataRequest request, AsyncHandler<ListRecalledDataRequest,ListRecalledDataResponse> handler)
This API returns the list of recalled data of a tenancy.Future<ListRecalledDataResponse>
LogAnalyticsAsyncClient. listRecalledData(ListRecalledDataRequest request, AsyncHandler<ListRecalledDataRequest,ListRecalledDataResponse> handler)
ListRecalledDataResponse
LogAnalyticsClient. listRecalledData(ListRecalledDataRequest request)
Iterable<RecalledData>
LogAnalyticsPaginators. listRecalledDataRecordIterator(ListRecalledDataRequest request)
Creates a new iterable which will iterate over theRecalledData
objects contained in responses from the listRecalledData operation.Iterable<ListRecalledDataResponse>
LogAnalyticsPaginators. listRecalledDataResponseIterator(ListRecalledDataRequest request)
Creates a new iterable which will iterate over the responses received from the listRecalledData operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListRecalledDataRequest Modifier and Type Method Description Future<ListRecalledDataResponse>
LogAnalyticsAsync. listRecalledData(ListRecalledDataRequest request, AsyncHandler<ListRecalledDataRequest,ListRecalledDataResponse> handler)
This API returns the list of recalled data of a tenancy.Future<ListRecalledDataResponse>
LogAnalyticsAsyncClient. listRecalledData(ListRecalledDataRequest request, AsyncHandler<ListRecalledDataRequest,ListRecalledDataResponse> handler)
-
Uses of ListRecalledDataRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListRecalledDataRequest Modifier and Type Method Description ListRecalledDataRequest
ListRecalledDataRequest.Builder. build()
Build the instance of ListRecalledDataRequest as configured by this builderListRecalledDataRequest
ListRecalledDataRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListRecalledDataRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListRecalledDataRequest Modifier and Type Method Description ListRecalledDataRequest.Builder
ListRecalledDataRequest.Builder. copy(ListRecalledDataRequest o)
Copy method to populate the builder with values from the given instance.
-