Uses of Class
software.amazon.awssdk.services.guardduty.model.CriterionKey
-
Packages that use CriterionKey Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of CriterionKey in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CriterionKey Modifier and Type Method Description CriterionKeyFilterCriterion. criterionKey()An enum value representing possible scan properties to match with given scan entries.static CriterionKeyCriterionKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CriterionKeyCriterionKey. valueOf(String name)Returns the enum constant of this type with the specified name.static CriterionKey[]CriterionKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CriterionKey Modifier and Type Method Description static Set<CriterionKey>CriterionKey. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CriterionKey Modifier and Type Method Description FilterCriterion.BuilderFilterCriterion.Builder. criterionKey(CriterionKey criterionKey)An enum value representing possible scan properties to match with given scan entries.
-