| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
MapFilter |
MapFilter.clone() |
MapFilter |
MapFilter.withComparison(MapComparison comparison)
The operator to use when comparing values in the filter.
|
MapFilter |
MapFilter.withComparison(String comparison)
The operator to use when comparing values in the filter.
|
MapFilter |
MapFilter.withKey(String key)
The tag key used in the filter.
|
MapFilter |
MapFilter.withValue(String value)
The tag value used in the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<MapFilter> |
LambdaFunctionAggregation.getFunctionTags()
The tags to include in the aggregation results.
|
List<MapFilter> |
Ec2InstanceAggregation.getInstanceTags()
The Amazon EC2 instance tags to aggregate findings for.
|
List<MapFilter> |
FilterCriteria.getResourceTags()
Details on the resource tags used to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withFunctionTags(MapFilter... functionTags)
The tags to include in the aggregation results.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withInstanceTags(MapFilter... instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
FilterCriteria |
FilterCriteria.withResourceTags(MapFilter... resourceTags)
Details on the resource tags used to filter findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionAggregation.setFunctionTags(Collection<MapFilter> functionTags)
The tags to include in the aggregation results.
|
void |
Ec2InstanceAggregation.setInstanceTags(Collection<MapFilter> instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
void |
FilterCriteria.setResourceTags(Collection<MapFilter> resourceTags)
Details on the resource tags used to filter findings.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withFunctionTags(Collection<MapFilter> functionTags)
The tags to include in the aggregation results.
|
Ec2InstanceAggregation |
Ec2InstanceAggregation.withInstanceTags(Collection<MapFilter> instanceTags)
The Amazon EC2 instance tags to aggregate findings for.
|
FilterCriteria |
FilterCriteria.withResourceTags(Collection<MapFilter> resourceTags)
Details on the resource tags used to filter findings.
|
Copyright © 2025. All rights reserved.