Uses of Class
software.amazon.awssdk.services.inspector2.model.MapFilter
-
Packages that use MapFilter Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of MapFilter in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type MapFilter Modifier and Type Method Description List<MapFilter>LambdaFunctionAggregation. functionTags()The tags to include in the aggregation results.List<MapFilter>Ec2InstanceAggregation. instanceTags()The Amazon EC2 instance tags to aggregate findings for.List<MapFilter>FilterCriteria. resourceTags()Details on the resource tags used to filter findings.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type MapFilter Modifier and Type Method Description LambdaFunctionAggregation.BuilderLambdaFunctionAggregation.Builder. functionTags(MapFilter... functionTags)The tags to include in the aggregation results.Ec2InstanceAggregation.BuilderEc2InstanceAggregation.Builder. instanceTags(MapFilter... instanceTags)The Amazon EC2 instance tags to aggregate findings for.FilterCriteria.BuilderFilterCriteria.Builder. resourceTags(MapFilter... resourceTags)Details on the resource tags used to filter findings.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type MapFilter Modifier and Type Method Description LambdaFunctionAggregation.BuilderLambdaFunctionAggregation.Builder. functionTags(Collection<MapFilter> functionTags)The tags to include in the aggregation results.Ec2InstanceAggregation.BuilderEc2InstanceAggregation.Builder. instanceTags(Collection<MapFilter> instanceTags)The Amazon EC2 instance tags to aggregate findings for.FilterCriteria.BuilderFilterCriteria.Builder. resourceTags(Collection<MapFilter> resourceTags)Details on the resource tags used to filter findings.
-