Uses of Class
software.amazon.awssdk.services.guardduty.model.Condition
-
Packages that use Condition Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Condition in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Condition Modifier and Type Method Description Map<String,Condition>FindingCriteria. criterion()Represents a map of finding properties that match specified conditions and values when querying findings.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Condition Modifier and Type Method Description FindingCriteria.BuilderFindingCriteria.Builder. criterion(Map<String,Condition> criterion)Represents a map of finding properties that match specified conditions and values when querying findings.
-