| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CoverageMapFilter |
CoverageMapFilter.clone() |
CoverageMapFilter |
CoverageMapFilter.withComparison(CoverageMapComparison comparison)
The operator to compare coverage on.
|
CoverageMapFilter |
CoverageMapFilter.withComparison(String comparison)
The operator to compare coverage on.
|
CoverageMapFilter |
CoverageMapFilter.withKey(String key)
The tag key associated with the coverage map filter.
|
CoverageMapFilter |
CoverageMapFilter.withValue(String value)
The tag value associated with the coverage map filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoverageMapFilter> |
CoverageFilterCriteria.getEc2InstanceTags()
The Amazon EC2 instance tags to filter on.
|
List<CoverageMapFilter> |
CoverageFilterCriteria.getLambdaFunctionTags()
Returns coverage statistics for AWS Lambda functions filtered by tag.
|
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCriteria |
CoverageFilterCriteria.withEc2InstanceTags(CoverageMapFilter... ec2InstanceTags)
The Amazon EC2 instance tags to filter on.
|
CoverageFilterCriteria |
CoverageFilterCriteria.withLambdaFunctionTags(CoverageMapFilter... lambdaFunctionTags)
Returns coverage statistics for AWS Lambda functions filtered by tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageFilterCriteria.setEc2InstanceTags(Collection<CoverageMapFilter> ec2InstanceTags)
The Amazon EC2 instance tags to filter on.
|
void |
CoverageFilterCriteria.setLambdaFunctionTags(Collection<CoverageMapFilter> lambdaFunctionTags)
Returns coverage statistics for AWS Lambda functions filtered by tag.
|
CoverageFilterCriteria |
CoverageFilterCriteria.withEc2InstanceTags(Collection<CoverageMapFilter> ec2InstanceTags)
The Amazon EC2 instance tags to filter on.
|
CoverageFilterCriteria |
CoverageFilterCriteria.withLambdaFunctionTags(Collection<CoverageMapFilter> lambdaFunctionTags)
Returns coverage statistics for AWS Lambda functions filtered by tag.
|
Copyright © 2023. All rights reserved.