Uses of Class
software.amazon.awssdk.services.macie2.model.SearchResourcesCriteria
-
Packages that use SearchResourcesCriteria Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SearchResourcesCriteria in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SearchResourcesCriteria Modifier and Type Method Description List<SearchResourcesCriteria>SearchResourcesCriteriaBlock. and()An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results.Methods in software.amazon.awssdk.services.macie2.model with parameters of type SearchResourcesCriteria Modifier and Type Method Description SearchResourcesCriteriaBlock.BuilderSearchResourcesCriteriaBlock.Builder. and(SearchResourcesCriteria... and)An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SearchResourcesCriteria Modifier and Type Method Description SearchResourcesCriteriaBlock.BuilderSearchResourcesCriteriaBlock.Builder. and(Collection<SearchResourcesCriteria> and)An array of objects, one for each property- or tag-based condition that includes or excludes resources from the query results.
-