| 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> |
FindingsFilter.getAttributes()
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the attributes
property of the Finding data type.
|
List<Attribute> |
Finding.getAttributes()
The system-defined attributes for the finding.
|
List<Attribute> |
FindingsFilter.getUserAttributes()
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
userAttributes property of the Finding data type.
|
List<Attribute> |
Finding.getUserAttributes()
The user-defined attributes that are assigned to the finding.
|
List<Attribute> |
CreateAssessmentRequest.getUserAttributesForFindings()
The user-defined attributes that are assigned to every finding generated
by running this assessment.
|
List<Attribute> |
Assessment.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.
|
FindingsFilter |
FindingsFilter.withAttributes(Attribute... attributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the attributes
property of the Finding data type.
|
Finding |
Finding.withAttributes(Attribute... attributes)
The system-defined attributes for the finding.
|
FindingsFilter |
FindingsFilter.withUserAttributes(Attribute... userAttributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
userAttributes property of the Finding data type.
|
Finding |
Finding.withUserAttributes(Attribute... userAttributes)
The user-defined attributes that are assigned to the finding.
|
CreateAssessmentRequest |
CreateAssessmentRequest.withUserAttributesForFindings(Attribute... userAttributesForFindings)
The user-defined attributes that are assigned to every finding generated
by running this assessment.
|
Assessment |
Assessment.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 |
FindingsFilter.setAttributes(Collection<Attribute> attributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the attributes
property of the Finding data type.
|
void |
Finding.setAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
void |
FindingsFilter.setUserAttributes(Collection<Attribute> userAttributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
userAttributes property of the Finding data type.
|
void |
Finding.setUserAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
void |
CreateAssessmentRequest.setUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every finding generated
by running this assessment.
|
void |
Assessment.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.
|
FindingsFilter |
FindingsFilter.withAttributes(Collection<Attribute> attributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the attributes
property of the Finding data type.
|
Finding |
Finding.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
FindingsFilter |
FindingsFilter.withUserAttributes(Collection<Attribute> userAttributes)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the
userAttributes property of the Finding data type.
|
Finding |
Finding.withUserAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
CreateAssessmentRequest |
CreateAssessmentRequest.withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every finding generated
by running this assessment.
|
Assessment |
Assessment.withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)
The user-defined attributes that are assigned to every generated finding.
|
Copyright © 2016. All rights reserved.