Uses of Class
software.amazon.awssdk.services.guardduty.model.FilterCriterion
-
Packages that use FilterCriterion Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FilterCriterion in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type FilterCriterion Modifier and Type Method Description List<FilterCriterion>FilterCriteria. 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 FilterCriterion Modifier and Type Method Description FilterCriteria.BuilderFilterCriteria.Builder. filterCriterion(FilterCriterion... 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 FilterCriterion Modifier and Type Method Description FilterCriteria.BuilderFilterCriteria.Builder. filterCriterion(Collection<FilterCriterion> filterCriterion)Represents a condition that when matched will be added to the response of the operation.
-