Uses of Class
com.oracle.bmc.loganalytics.responses.ListWarningsResponse
-
Packages that use ListWarningsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListWarningsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListWarningsResponse Modifier and Type Method Description ListWarningsResponseLogAnalytics. listWarnings(ListWarningsRequest request)Returns a list of collection warnings, containing detailed information about them.ListWarningsResponseLogAnalyticsClient. listWarnings(ListWarningsRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListWarningsResponse Modifier and Type Method Description Future<ListWarningsResponse>LogAnalyticsAsync. listWarnings(ListWarningsRequest request, AsyncHandler<ListWarningsRequest,ListWarningsResponse> handler)Returns a list of collection warnings, containing detailed information about them.Future<ListWarningsResponse>LogAnalyticsAsyncClient. listWarnings(ListWarningsRequest request, AsyncHandler<ListWarningsRequest,ListWarningsResponse> handler)Iterable<ListWarningsResponse>LogAnalyticsPaginators. listWarningsResponseIterator(ListWarningsRequest request)Creates a new iterable which will iterate over the responses received from the listWarnings operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListWarningsResponse Modifier and Type Method Description Future<ListWarningsResponse>LogAnalyticsAsync. listWarnings(ListWarningsRequest request, AsyncHandler<ListWarningsRequest,ListWarningsResponse> handler)Returns a list of collection warnings, containing detailed information about them.Future<ListWarningsResponse>LogAnalyticsAsyncClient. listWarnings(ListWarningsRequest request, AsyncHandler<ListWarningsRequest,ListWarningsResponse> handler) -
Uses of ListWarningsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListWarningsResponse Modifier and Type Method Description ListWarningsResponseListWarningsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListWarningsResponse Modifier and Type Method Description ListWarningsResponse.BuilderListWarningsResponse.Builder. copy(ListWarningsResponse o)Copy method to populate the builder with values from the given instance.
-