Uses of Class
com.oracle.bmc.loganalytics.responses.ListRecalledDataResponse
-
Packages that use ListRecalledDataResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListRecalledDataResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListRecalledDataResponse Modifier and Type Method Description ListRecalledDataResponseLogAnalytics. listRecalledData(ListRecalledDataRequest request)This API returns the list of recalled data of a tenancy.ListRecalledDataResponseLogAnalyticsClient. listRecalledData(ListRecalledDataRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListRecalledDataResponse 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)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 ListRecalledDataResponse 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 ListRecalledDataResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListRecalledDataResponse Modifier and Type Method Description ListRecalledDataResponseListRecalledDataResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListRecalledDataResponse Modifier and Type Method Description ListRecalledDataResponse.BuilderListRecalledDataResponse.Builder. copy(ListRecalledDataResponse o)Copy method to populate the builder with values from the given instance.
-