| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCriteria |
CoverageFilterCriteria.withEc2InstanceTags(CoverageMapFilter... ec2InstanceTags)
The Amazon EC2 instance tags to filter on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageFilterCriteria.setEc2InstanceTags(Collection<CoverageMapFilter> ec2InstanceTags)
The Amazon EC2 instance tags to filter on.
|
CoverageFilterCriteria |
CoverageFilterCriteria.withEc2InstanceTags(Collection<CoverageMapFilter> ec2InstanceTags)
The Amazon EC2 instance tags to filter on.
|
Copyright © 2022. All rights reserved.