Uses of Class
software.amazon.awssdk.services.ecr.model.FindingSeverity
-
Packages that use FindingSeverity Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of FindingSeverity in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return FindingSeverity Modifier and Type Method Description static FindingSeverityFindingSeverity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingSeverityImageScanFinding. severity()The finding severity.static FindingSeverityFindingSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingSeverity[]FindingSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type FindingSeverity Modifier and Type Method Description Map<FindingSeverity,Integer>ImageScanFindings. findingSeverityCounts()The image vulnerability counts, sorted by severity.Map<FindingSeverity,Integer>ImageScanFindingsSummary. findingSeverityCounts()The image vulnerability counts, sorted by severity.static Set<FindingSeverity>FindingSeverity. knownValues()Methods in software.amazon.awssdk.services.ecr.model with parameters of type FindingSeverity Modifier and Type Method Description ImageScanFinding.BuilderImageScanFinding.Builder. severity(FindingSeverity severity)The finding severity.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type FindingSeverity Modifier and Type Method Description ImageScanFindings.BuilderImageScanFindings.Builder. findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)The image vulnerability counts, sorted by severity.ImageScanFindingsSummary.BuilderImageScanFindingsSummary.Builder. findingSeverityCounts(Map<FindingSeverity,Integer> findingSeverityCounts)The image vulnerability counts, sorted by severity.
-