Uses of Class
software.amazon.awssdk.services.guardduty.model.CoverageFilterCriterion
-
Packages that use CoverageFilterCriterion Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of CoverageFilterCriterion in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CoverageFilterCriterion Modifier and Type Method Description List<CoverageFilterCriterion>CoverageFilterCriteria. filterCriterion()Represents a condition that when matched will be added to the response of the operation.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CoverageFilterCriterion Modifier and Type Method Description CoverageFilterCriteria.BuilderCoverageFilterCriteria.Builder. filterCriterion(CoverageFilterCriterion... filterCriterion)Represents a condition that when matched will be added to the response of the operation.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type CoverageFilterCriterion Modifier and Type Method Description CoverageFilterCriteria.BuilderCoverageFilterCriteria.Builder. filterCriterion(Collection<CoverageFilterCriterion> filterCriterion)Represents a condition that when matched will be added to the response of the operation.
-