Uses of Class
com.oracle.bmc.dblm.model.AggregatedVulnerabilitySummary
-
Packages that use AggregatedVulnerabilitySummary Package Description com.oracle.bmc.dblm.model -
-
Uses of AggregatedVulnerabilitySummary in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return AggregatedVulnerabilitySummary Modifier and Type Method Description AggregatedVulnerabilitySummary
AggregatedVulnerabilitySummary.Builder. build()
Methods in com.oracle.bmc.dblm.model that return types with arguments of type AggregatedVulnerabilitySummary Modifier and Type Method Description List<AggregatedVulnerabilitySummary>
AggregatedVulnerabilityCollection. getItems()
List of dataMethods in com.oracle.bmc.dblm.model with parameters of type AggregatedVulnerabilitySummary Modifier and Type Method Description AggregatedVulnerabilitySummary.Builder
AggregatedVulnerabilitySummary.Builder. copy(AggregatedVulnerabilitySummary model)
Method parameters in com.oracle.bmc.dblm.model with type arguments of type AggregatedVulnerabilitySummary Modifier and Type Method Description AggregatedVulnerabilityCollection.Builder
AggregatedVulnerabilityCollection.Builder. items(List<AggregatedVulnerabilitySummary> items)
List of dataConstructor parameters in com.oracle.bmc.dblm.model with type arguments of type AggregatedVulnerabilitySummary Constructor Description AggregatedVulnerabilityCollection(List<AggregatedVulnerabilitySummary> items)
Deprecated.
-