Uses of Class
software.amazon.awssdk.services.cloudformation.model.ScanFilter
-
Packages that use ScanFilter Package Description software.amazon.awssdk.services.cloudformation.model -
-
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 ScanFilter Modifier and Type Method Description List<ScanFilter>DescribeResourceScanResponse. scanFilters()The scan filters that were used.List<ScanFilter>StartResourceScanRequest. scanFilters()The scan filters to use.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ScanFilter Modifier and Type Method Description DescribeResourceScanResponse.BuilderDescribeResourceScanResponse.Builder. scanFilters(ScanFilter... scanFilters)The scan filters that were used.StartResourceScanRequest.BuilderStartResourceScanRequest.Builder. scanFilters(ScanFilter... scanFilters)The scan filters to use.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ScanFilter Modifier and Type Method Description DescribeResourceScanResponse.BuilderDescribeResourceScanResponse.Builder. scanFilters(Collection<ScanFilter> scanFilters)The scan filters that were used.StartResourceScanRequest.BuilderStartResourceScanRequest.Builder. scanFilters(Collection<ScanFilter> scanFilters)The scan filters to use.
-