| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.clone() |
Attribute |
Attribute.withKey(String key)
The attribute key.
|
Attribute |
Attribute.withValue(String value)
The value assigned to the attribute key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
AddAttributesToFindingsRequest.getAttributes()
The array of attributes that you want to assign to specified findings.
|
List<Attribute> |
Finding.getAttributes()
The system-defined attributes for the finding.
|
List<Attribute> |
ExclusionPreview.getAttributes()
The system-defined attributes for the exclusion preview.
|
List<Attribute> |
FindingFilter.getAttributes()
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> |
Exclusion.getAttributes()
The system-defined attributes for the exclusion.
|
List<Attribute> |
Finding.getUserAttributes()
The user-defined attributes that are assigned to the finding.
|
List<Attribute> |
FindingFilter.getUserAttributes()
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> |
CreateAssessmentTemplateRequest.getUserAttributesForFindings()
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses
this assessment template.
|
List<Attribute> |
AssessmentTemplate.getUserAttributesForFindings()
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this
assessment template.
|
List<Attribute> |
AssessmentRun.getUserAttributesForFindings()
The user-defined attributes that are assigned to every generated finding.
|
| Modifier and Type | Method and Description |
|---|---|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withAttributes(Attribute... attributes)
The array of attributes that you want to assign to specified findings.
|
Finding |
Finding.withAttributes(Attribute... attributes)
The system-defined attributes for the finding.
|
ExclusionPreview |
ExclusionPreview.withAttributes(Attribute... attributes)
The system-defined attributes for the exclusion preview.
|
FindingFilter |
FindingFilter.withAttributes(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.
|
Exclusion |
Exclusion.withAttributes(Attribute... attributes)
The system-defined attributes for the exclusion.
|
Finding |
Finding.withUserAttributes(Attribute... userAttributes)
The user-defined attributes that are assigned to the finding.
|
FindingFilter |
FindingFilter.withUserAttributes(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.
|
CreateAssessmentTemplateRequest |
CreateAssessmentTemplateRequest.withUserAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses
this assessment template.
|
AssessmentTemplate |
AssessmentTemplate.withUserAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this
assessment template.
|
AssessmentRun |
AssessmentRun.withUserAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddAttributesToFindingsRequest.setAttributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
void |
Finding.setAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
void |
ExclusionPreview.setAttributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion preview.
|
void |
FindingFilter.setAttributes(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.
|
void |
Exclusion.setAttributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion.
|
void |
Finding.setUserAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
void |
FindingFilter.setUserAttributes(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.
|
void |
CreateAssessmentTemplateRequest.setUserAttributesForFindings(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.
|
void |
AssessmentTemplate.setUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this
assessment template.
|
void |
AssessmentRun.setUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withAttributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
Finding |
Finding.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
ExclusionPreview |
ExclusionPreview.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion preview.
|
FindingFilter |
FindingFilter.withAttributes(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.
|
Exclusion |
Exclusion.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the exclusion.
|
Finding |
Finding.withUserAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
FindingFilter |
FindingFilter.withUserAttributes(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.
|
CreateAssessmentTemplateRequest |
CreateAssessmentTemplateRequest.withUserAttributesForFindings(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.
|
AssessmentTemplate |
AssessmentTemplate.withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this
assessment template.
|
AssessmentRun |
AssessmentRun.withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
Copyright © 2024. All rights reserved.