Uses of Class
com.oracle.bmc.loganalytics.model.UploadWarningSummary
-
Packages that use UploadWarningSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of UploadWarningSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UploadWarningSummary Modifier and Type Method Description Iterable<UploadWarningSummary>
LogAnalyticsPaginators. listUploadWarningsRecordIterator(ListUploadWarningsRequest request)
Creates a new iterable which will iterate over theUploadWarningSummary
objects contained in responses from the listUploadWarnings operation. -
Uses of UploadWarningSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return UploadWarningSummary Modifier and Type Method Description UploadWarningSummary
UploadWarningSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type UploadWarningSummary Modifier and Type Method Description List<UploadWarningSummary>
UploadWarningCollection. getItems()
list of UploadWarningSummary objects.Methods in com.oracle.bmc.loganalytics.model with parameters of type UploadWarningSummary Modifier and Type Method Description UploadWarningSummary.Builder
UploadWarningSummary.Builder. copy(UploadWarningSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type UploadWarningSummary Modifier and Type Method Description UploadWarningCollection.Builder
UploadWarningCollection.Builder. items(List<UploadWarningSummary> items)
list of UploadWarningSummary objects.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type UploadWarningSummary Constructor Description UploadWarningCollection(List<UploadWarningSummary> items)
Deprecated.
-