| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
MapFilter |
MapFilter.clone() |
MapFilter |
MapFilter.withComparison(MapFilterComparison comparison)
The condition to apply to a key value when querying for findings with a map filter.
|
MapFilter |
MapFilter.withComparison(String comparison)
The condition to apply to a key value when querying for findings with a map filter.
|
MapFilter |
MapFilter.withKey(String key)
The key of the map filter.
|
MapFilter |
MapFilter.withValue(String value)
The value for the key in the map filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<MapFilter> |
AwsSecurityFindingFilters.getProductFields()
A data type where security-findings providers can include additional solution-specific details that aren't part
of the defined
AwsSecurityFinding format. |
List<MapFilter> |
AwsSecurityFindingFilters.getResourceDetailsOther()
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
List<MapFilter> |
AwsSecurityFindingFilters.getResourceTags()
A list of AWS tags associated with a resource at the time the finding was processed.
|
List<MapFilter> |
AwsSecurityFindingFilters.getUserDefinedFields()
A list of name/value string pairs associated with the finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withProductFields(MapFilter... productFields)
A data type where security-findings providers can include additional solution-specific details that aren't part
of the defined
AwsSecurityFinding format. |
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceDetailsOther(MapFilter... resourceDetailsOther)
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceTags(MapFilter... resourceTags)
A list of AWS tags associated with a resource at the time the finding was processed.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withUserDefinedFields(MapFilter... userDefinedFields)
A list of name/value string pairs associated with the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFindingFilters.setProductFields(Collection<MapFilter> productFields)
A data type where security-findings providers can include additional solution-specific details that aren't part
of the defined
AwsSecurityFinding format. |
void |
AwsSecurityFindingFilters.setResourceDetailsOther(Collection<MapFilter> resourceDetailsOther)
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
void |
AwsSecurityFindingFilters.setResourceTags(Collection<MapFilter> resourceTags)
A list of AWS tags associated with a resource at the time the finding was processed.
|
void |
AwsSecurityFindingFilters.setUserDefinedFields(Collection<MapFilter> userDefinedFields)
A list of name/value string pairs associated with the finding.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withProductFields(Collection<MapFilter> productFields)
A data type where security-findings providers can include additional solution-specific details that aren't part
of the defined
AwsSecurityFinding format. |
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceDetailsOther(Collection<MapFilter> resourceDetailsOther)
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withResourceTags(Collection<MapFilter> resourceTags)
A list of AWS tags associated with a resource at the time the finding was processed.
|
AwsSecurityFindingFilters |
AwsSecurityFindingFilters.withUserDefinedFields(Collection<MapFilter> userDefinedFields)
A list of name/value string pairs associated with the finding.
|
Copyright © 2019. All rights reserved.