Uses of Class
com.oracle.bmc.loganalytics.requests.ListUploadWarningsRequest
-
Packages that use ListUploadWarningsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListUploadWarningsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListUploadWarningsRequest Modifier and Type Method Description ListUploadWarningsResponseLogAnalytics. listUploadWarnings(ListUploadWarningsRequest request)Gets list of warnings in an upload caused by incorrect configuration.Future<ListUploadWarningsResponse>LogAnalyticsAsync. listUploadWarnings(ListUploadWarningsRequest request, AsyncHandler<ListUploadWarningsRequest,ListUploadWarningsResponse> handler)Gets list of warnings in an upload caused by incorrect configuration.Future<ListUploadWarningsResponse>LogAnalyticsAsyncClient. listUploadWarnings(ListUploadWarningsRequest request, AsyncHandler<ListUploadWarningsRequest,ListUploadWarningsResponse> handler)ListUploadWarningsResponseLogAnalyticsClient. listUploadWarnings(ListUploadWarningsRequest request)Iterable<UploadWarningSummary>LogAnalyticsPaginators. listUploadWarningsRecordIterator(ListUploadWarningsRequest request)Creates a new iterable which will iterate over theUploadWarningSummaryobjects contained in responses from the listUploadWarnings operation.Iterable<ListUploadWarningsResponse>LogAnalyticsPaginators. listUploadWarningsResponseIterator(ListUploadWarningsRequest request)Creates a new iterable which will iterate over the responses received from the listUploadWarnings operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListUploadWarningsRequest Modifier and Type Method Description Future<ListUploadWarningsResponse>LogAnalyticsAsync. listUploadWarnings(ListUploadWarningsRequest request, AsyncHandler<ListUploadWarningsRequest,ListUploadWarningsResponse> handler)Gets list of warnings in an upload caused by incorrect configuration.Future<ListUploadWarningsResponse>LogAnalyticsAsyncClient. listUploadWarnings(ListUploadWarningsRequest request, AsyncHandler<ListUploadWarningsRequest,ListUploadWarningsResponse> handler) -
Uses of ListUploadWarningsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListUploadWarningsRequest Modifier and Type Method Description ListUploadWarningsRequestListUploadWarningsRequest.Builder. build()Build the instance of ListUploadWarningsRequest as configured by this builderListUploadWarningsRequestListUploadWarningsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListUploadWarningsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListUploadWarningsRequest Modifier and Type Method Description ListUploadWarningsRequest.BuilderListUploadWarningsRequest.Builder. copy(ListUploadWarningsRequest o)Copy method to populate the builder with values from the given instance.
-