Uses of Class
software.amazon.awssdk.services.guardduty.model.ScanCondition
-
Packages that use ScanCondition Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ScanCondition in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ScanCondition 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<String,ScanCondition>ScanResourceCriteria. excludeAsStrings()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.Map<String,ScanCondition>ScanResourceCriteria. includeAsStrings()Represents condition that when matched will allow a malware scan for a certain resource.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ScanCondition 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. excludeWithStrings(Map<String,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.ScanResourceCriteria.BuilderScanResourceCriteria.Builder. includeWithStrings(Map<String,ScanCondition> include)Represents condition that when matched will allow a malware scan for a certain resource.
-