| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<MapFilter> |
AwsSecurityFindingFilters.productFields()
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.resourceDetailsOther()
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
List<MapFilter> |
AutomationRulesFindingFilters.resourceDetailsOther()
Custom fields and values about the resource that a finding pertains to.
|
List<MapFilter> |
AwsSecurityFindingFilters.resourceTags()
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
List<MapFilter> |
AutomationRulesFindingFilters.resourceTags()
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
List<MapFilter> |
AwsSecurityFindingFilters.userDefinedFields()
A list of name/value string pairs associated with the finding.
|
List<MapFilter> |
AutomationRulesFindingFilters.userDefinedFields()
A list of user-defined name and value string pairs added to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingFilters.Builder |
AwsSecurityFindingFilters.Builder.productFields(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.Builder |
AwsSecurityFindingFilters.Builder.resourceDetailsOther(MapFilter... resourceDetailsOther)
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
AutomationRulesFindingFilters.Builder |
AutomationRulesFindingFilters.Builder.resourceDetailsOther(MapFilter... resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
|
AwsSecurityFindingFilters.Builder |
AwsSecurityFindingFilters.Builder.resourceTags(MapFilter... resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AutomationRulesFindingFilters.Builder |
AutomationRulesFindingFilters.Builder.resourceTags(MapFilter... resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AwsSecurityFindingFilters.Builder |
AwsSecurityFindingFilters.Builder.userDefinedFields(MapFilter... userDefinedFields)
A list of name/value string pairs associated with the finding.
|
AutomationRulesFindingFilters.Builder |
AutomationRulesFindingFilters.Builder.userDefinedFields(MapFilter... userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingFilters.Builder |
AwsSecurityFindingFilters.Builder.productFields(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.Builder |
AwsSecurityFindingFilters.Builder.resourceDetailsOther(Collection<MapFilter> resourceDetailsOther)
The details of a resource that doesn't have a specific subfield for the resource type defined.
|
AutomationRulesFindingFilters.Builder |
AutomationRulesFindingFilters.Builder.resourceDetailsOther(Collection<MapFilter> resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
|
AwsSecurityFindingFilters.Builder |
AwsSecurityFindingFilters.Builder.resourceTags(Collection<MapFilter> resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AutomationRulesFindingFilters.Builder |
AutomationRulesFindingFilters.Builder.resourceTags(Collection<MapFilter> resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AwsSecurityFindingFilters.Builder |
AwsSecurityFindingFilters.Builder.userDefinedFields(Collection<MapFilter> userDefinedFields)
A list of name/value string pairs associated with the finding.
|
AutomationRulesFindingFilters.Builder |
AutomationRulesFindingFilters.Builder.userDefinedFields(Collection<MapFilter> userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
|
Copyright © 2023. All rights reserved.