Uses of Class
com.oracle.bmc.loganalytics.model.OverlappingRecallSummary
-
Packages that use OverlappingRecallSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of OverlappingRecallSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type OverlappingRecallSummary Modifier and Type Method Description Iterable<OverlappingRecallSummary>
LogAnalyticsPaginators. listOverlappingRecallsRecordIterator(ListOverlappingRecallsRequest request)
Creates a new iterable which will iterate over theOverlappingRecallSummary
objects contained in responses from the listOverlappingRecalls operation. -
Uses of OverlappingRecallSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return OverlappingRecallSummary Modifier and Type Method Description OverlappingRecallSummary
OverlappingRecallSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type OverlappingRecallSummary Modifier and Type Method Description List<OverlappingRecallSummary>
OverlappingRecallCollection. getItems()
This is the array of overlapping recall requestsMethods in com.oracle.bmc.loganalytics.model with parameters of type OverlappingRecallSummary Modifier and Type Method Description OverlappingRecallSummary.Builder
OverlappingRecallSummary.Builder. copy(OverlappingRecallSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type OverlappingRecallSummary Modifier and Type Method Description OverlappingRecallCollection.Builder
OverlappingRecallCollection.Builder. items(List<OverlappingRecallSummary> items)
This is the array of overlapping recall requestsConstructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type OverlappingRecallSummary Constructor Description OverlappingRecallCollection(List<OverlappingRecallSummary> items)
Deprecated.
-