Uses of Class
software.amazon.awssdk.services.cloudformation.model.ScanFilter
Packages that use ScanFilter
-
Uses of ScanFilter in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ScanFilterModifier and TypeMethodDescriptionfinal List<ScanFilter>DescribeResourceScanResponse.scanFilters()The scan filters that were used.final List<ScanFilter>StartResourceScanRequest.scanFilters()The scan filters to use.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ScanFilterModifier and TypeMethodDescriptionDescribeResourceScanResponse.Builder.scanFilters(ScanFilter... scanFilters) The scan filters that were used.StartResourceScanRequest.Builder.scanFilters(ScanFilter... scanFilters) The scan filters to use.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ScanFilterModifier and TypeMethodDescriptionDescribeResourceScanResponse.Builder.scanFilters(Collection<ScanFilter> scanFilters) The scan filters that were used.StartResourceScanRequest.Builder.scanFilters(Collection<ScanFilter> scanFilters) The scan filters to use.