Uses of Class
software.amazon.awssdk.services.guardduty.model.ScanCriterionKey
-
Packages that use ScanCriterionKey Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ScanCriterionKey in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ScanCriterionKey Modifier and Type Method Description static ScanCriterionKeyScanCriterionKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ScanCriterionKeyScanCriterionKey. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanCriterionKey[]ScanCriterionKey. 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 ScanCriterionKey Modifier and Type Method Description Map<ScanCriterionKey,ScanCondition>ScanResourceCriteria. exclude()Represents condition that when matched will prevent a malware scan for a certain resource.Map<ScanCriterionKey,ScanCondition>ScanResourceCriteria. include()Represents condition that when matched will allow a malware scan for a certain resource.static Set<ScanCriterionKey>ScanCriterionKey. knownValues()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ScanCriterionKey Modifier and Type Method Description ScanResourceCriteria.BuilderScanResourceCriteria.Builder. exclude(Map<ScanCriterionKey,ScanCondition> exclude)Represents condition that when matched will prevent a malware scan for a certain resource.ScanResourceCriteria.BuilderScanResourceCriteria.Builder. include(Map<ScanCriterionKey,ScanCondition> include)Represents condition that when matched will allow a malware scan for a certain resource.
-