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> |
Finding.getAttributes()
The system-defined attributes for the finding.
|
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> |
AddAttributesToFindingsRequest.getAttributes()
The array of attributes that you want to assign to specified findings.
|
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> |
AssessmentRun.getUserAttributesForFindings()
The user-defined attributes that are assigned to every generated finding.
|
List<Attribute> |
AssessmentTemplate.getUserAttributesForFindings()
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 |
---|---|
Finding |
Finding.withAttributes(Attribute... attributes)
The system-defined attributes for the finding.
|
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.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withAttributes(Attribute... attributes)
The array of attributes that you want to assign to specified findings.
|
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.
|
AssessmentRun |
AssessmentRun.withUserAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Finding.setAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
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 |
AddAttributesToFindingsRequest.setAttributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
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 |
AssessmentRun.setUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
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.
|
Finding |
Finding.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
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.
|
AddAttributesToFindingsRequest |
AddAttributesToFindingsRequest.withAttributes(Collection<Attribute> attributes)
The array of attributes that you want to assign to specified findings.
|
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.
|
AssessmentRun |
AssessmentRun.withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
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.
|
Copyright © 2018. All rights reserved.