Uses of Class
software.amazon.awssdk.services.macie2.model.CriterionAdditionalProperties
-
Packages that use CriterionAdditionalProperties Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of CriterionAdditionalProperties in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type CriterionAdditionalProperties Modifier and Type Method Description Map<String,CriterionAdditionalProperties>FindingCriteria. criterion()A condition that specifies the property, operator, and one or more values to use to filter the results.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type CriterionAdditionalProperties Modifier and Type Method Description FindingCriteria.BuilderFindingCriteria.Builder. criterion(Map<String,CriterionAdditionalProperties> criterion)A condition that specifies the property, operator, and one or more values to use to filter the results.
-