| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
Exclusion.attributes()
The system-defined attributes for the exclusion.
|
List<Attribute> |
AddAttributesToFindingsRequest.attributes()
The array of attributes that you want to assign to specified findings.
|
List<Attribute> |
FindingFilter.attributes()
For a record to match a filter, the list of values that are specified for this data type property must be
contained in the list of values of the attributes property of the Finding data type.
|
List<Attribute> |
ExclusionPreview.attributes()
The system-defined attributes for the exclusion preview.
|
List<Attribute> |
Finding.attributes()
The system-defined attributes for the finding.
|
List<Attribute> |
FindingFilter.userAttributes()
For a record to match a filter, the value that is specified for this data type property must be contained in the
list of values of the userAttributes property of the Finding data type.
|
List<Attribute> |
Finding.userAttributes()
The user-defined attributes that are assigned to the finding.
|
List<Attribute> |
CreateAssessmentTemplateRequest.userAttributesForFindings()
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses
this assessment template.
|
List<Attribute> |
AssessmentRun.userAttributesForFindings()
The user-defined attributes that are assigned to every generated finding.
|
List<Attribute> |
AssessmentTemplate.userAttributesForFindings()
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this
assessment template.
|
| Modifier and Type | Method and Description |
|---|---|
Exclusion.Builder |
Exclusion.Builder.attributes(Attribute... attributes)
The system-defined attributes for the exclusion.
|
AddAttributesToFindingsRequest.Builder |
AddAttributesToFindingsRequest.Builder.attributes(Attribute... attributes)
The array of attributes that you want to assign to specified findings.
|
FindingFilter.Builder |
FindingFilter.Builder.attributes(Attribute... attributes)
For a record to match a filter, the list of values that are specified for this data type property must be
contained in the list of values of the attributes property of the Finding data type.
|
ExclusionPreview.Builder |
ExclusionPreview.Builder.attributes(Attribute... attributes)
The system-defined attributes for the exclusion preview.
|
Finding.Builder |
Finding.Builder.attributes(Attribute... attributes)
The system-defined attributes for the finding.
|
FindingFilter.Builder |
FindingFilter.Builder.userAttributes(Attribute... userAttributes)
For a record to match a filter, the value that is specified for this data type property must be contained in
the list of values of the userAttributes property of the Finding data type.
|
Finding.Builder |
Finding.Builder.userAttributes(Attribute... userAttributes)
The user-defined attributes that are assigned to the finding.
|
CreateAssessmentTemplateRequest.Builder |
CreateAssessmentTemplateRequest.Builder.userAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that
uses this assessment template.
|
AssessmentRun.Builder |
AssessmentRun.Builder.userAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
AssessmentTemplate.Builder |
AssessmentTemplate.Builder.userAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding from the assessment run that uses
this assessment template.
|
| Modifier and Type | Method and Description |
|---|---|
Exclusion.Builder |
Exclusion.Builder.attributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion.
|
AddAttributesToFindingsRequest.Builder |
AddAttributesToFindingsRequest.Builder.attributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
FindingFilter.Builder |
FindingFilter.Builder.attributes(Collection<Attribute> attributes)
For a record to match a filter, the list of values that are specified for this data type property must be
contained in the list of values of the attributes property of the Finding data type.
|
ExclusionPreview.Builder |
ExclusionPreview.Builder.attributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion preview.
|
Finding.Builder |
Finding.Builder.attributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
FindingFilter.Builder |
FindingFilter.Builder.userAttributes(Collection<Attribute> userAttributes)
For a record to match a filter, the value that is specified for this data type property must be contained in
the list of values of the userAttributes property of the Finding data type.
|
Finding.Builder |
Finding.Builder.userAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
CreateAssessmentTemplateRequest.Builder |
CreateAssessmentTemplateRequest.Builder.userAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that
uses this assessment template.
|
AssessmentRun.Builder |
AssessmentRun.Builder.userAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
AssessmentTemplate.Builder |
AssessmentTemplate.Builder.userAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding from the assessment run that uses
this assessment template.
|
Copyright © 2023. All rights reserved.