Uses of Class
com.oracle.bmc.dblm.model.ResourceInfo
-
Packages that use ResourceInfo Package Description com.oracle.bmc.dblm.model -
-
Uses of ResourceInfo in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return ResourceInfo Modifier and Type Method Description ResourceInfo
ResourceInfo.Builder. build()
Methods in com.oracle.bmc.dblm.model that return types with arguments of type ResourceInfo Modifier and Type Method Description List<ResourceInfo>
DblmVulnerability. getResources()
Resources objects.Methods in com.oracle.bmc.dblm.model with parameters of type ResourceInfo Modifier and Type Method Description ResourceInfo.Builder
ResourceInfo.Builder. copy(ResourceInfo model)
Method parameters in com.oracle.bmc.dblm.model with type arguments of type ResourceInfo Modifier and Type Method Description DblmVulnerability.Builder
DblmVulnerability.Builder. resources(List<ResourceInfo> resources)
Resources objects.Constructor parameters in com.oracle.bmc.dblm.model with type arguments of type ResourceInfo Constructor Description DblmVulnerability(String compartmentId, List<ResourceInfo> resources, String message, Date timeEnabled, DblmVulnerability.LifecycleState lifecycleState, Object resourcesSummary, Object vulnerabilitiesSummary, Object patchRecommendationsSummary, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-