Uses of Class
com.oracle.bmc.loganalytics.requests.ListWarningsRequest
-
Packages that use ListWarningsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListWarningsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListWarningsRequest Modifier and Type Method Description ListWarningsResponseLogAnalytics. listWarnings(ListWarningsRequest request)Returns a list of collection warnings, containing detailed information about them.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)ListWarningsResponseLogAnalyticsClient. listWarnings(ListWarningsRequest request)Iterable<LogAnalyticsWarning>LogAnalyticsPaginators. listWarningsRecordIterator(ListWarningsRequest request)Creates a new iterable which will iterate over theLogAnalyticsWarningobjects contained in responses from the listWarnings operation.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 ListWarningsRequest 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 ListWarningsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListWarningsRequest Modifier and Type Method Description ListWarningsRequestListWarningsRequest.Builder. build()Build the instance of ListWarningsRequest as configured by this builderListWarningsRequestListWarningsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWarningsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListWarningsRequest Modifier and Type Method Description ListWarningsRequest.BuilderListWarningsRequest.Builder. copy(ListWarningsRequest o)Copy method to populate the builder with values from the given instance.
-