Uses of Class
software.amazon.awssdk.services.inspector2.model.CoverageMapFilter
-
Packages that use CoverageMapFilter Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CoverageMapFilter in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CoverageMapFilter Modifier and Type Method Description List<CoverageMapFilter>CoverageFilterCriteria. ec2InstanceTags()The Amazon EC2 instance tags to filter on.List<CoverageMapFilter>CoverageFilterCriteria. lambdaFunctionTags()Returns coverage statistics for Amazon Web Services Lambda functions filtered by tag.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CoverageMapFilter Modifier and Type Method Description CoverageFilterCriteria.BuilderCoverageFilterCriteria.Builder. ec2InstanceTags(CoverageMapFilter... ec2InstanceTags)The Amazon EC2 instance tags to filter on.CoverageFilterCriteria.BuilderCoverageFilterCriteria.Builder. lambdaFunctionTags(CoverageMapFilter... lambdaFunctionTags)Returns coverage statistics for Amazon Web Services Lambda functions filtered by tag.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CoverageMapFilter Modifier and Type Method Description CoverageFilterCriteria.BuilderCoverageFilterCriteria.Builder. ec2InstanceTags(Collection<CoverageMapFilter> ec2InstanceTags)The Amazon EC2 instance tags to filter on.CoverageFilterCriteria.BuilderCoverageFilterCriteria.Builder. lambdaFunctionTags(Collection<CoverageMapFilter> lambdaFunctionTags)Returns coverage statistics for Amazon Web Services Lambda functions filtered by tag.
-