Uses of Class
com.oracle.bmc.datasafe.model.FindingAnalyticsSummary
-
Packages that use FindingAnalyticsSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of FindingAnalyticsSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type FindingAnalyticsSummary Modifier and Type Method Description Iterable<FindingAnalyticsSummary>
DataSafePaginators. listFindingAnalyticsRecordIterator(ListFindingAnalyticsRequest request)
Creates a new iterable which will iterate over theFindingAnalyticsSummary
objects contained in responses from the listFindingAnalytics operation. -
Uses of FindingAnalyticsSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return FindingAnalyticsSummary Modifier and Type Method Description FindingAnalyticsSummary
FindingAnalyticsSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type FindingAnalyticsSummary Modifier and Type Method Description List<FindingAnalyticsSummary>
FindingAnalyticsCollection. getItems()
The array of the summary objects of the analytics data of findings or top findings.Methods in com.oracle.bmc.datasafe.model with parameters of type FindingAnalyticsSummary Modifier and Type Method Description FindingAnalyticsSummary.Builder
FindingAnalyticsSummary.Builder. copy(FindingAnalyticsSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type FindingAnalyticsSummary Modifier and Type Method Description FindingAnalyticsCollection.Builder
FindingAnalyticsCollection.Builder. items(List<FindingAnalyticsSummary> items)
The array of the summary objects of the analytics data of findings or top findings.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type FindingAnalyticsSummary Constructor Description FindingAnalyticsCollection(List<FindingAnalyticsSummary> items)
Deprecated.
-