Uses of Class
software.amazon.awssdk.services.securityhub.model.BooleanFilter
-
Packages that use BooleanFilter Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of BooleanFilter in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BooleanFilter Modifier and Type Method Description List<BooleanFilter>AwsSecurityFindingFilters. sample()Indicates whether or not sample findings are included in the filter results.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type BooleanFilter Modifier and Type Method Description AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. sample(BooleanFilter... sample)Indicates whether or not sample findings are included in the filter results.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type BooleanFilter Modifier and Type Method Description AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. sample(Collection<BooleanFilter> sample)Indicates whether or not sample findings are included in the filter results.
-