Uses of Class
com.amazonaws.services.inspector.model.Attribute
-
Packages that use Attribute Package Description com.amazonaws.services.inspector.model -
-
Uses of Attribute in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return Attribute Modifier and Type Method Description Attribute
Attribute. clone()
Attribute
Attribute. withKey(String key)
The attribute key.Attribute
Attribute. withValue(String value)
The value assigned to the attribute key.Methods in com.amazonaws.services.inspector.model that return types with arguments of type Attribute Modifier and Type Method 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>
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>
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>
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.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.Methods in com.amazonaws.services.inspector.model with parameters of type Attribute Modifier and Type Method 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.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.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.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.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.Method parameters in com.amazonaws.services.inspector.model with type arguments of type Attribute Modifier and Type Method 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
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
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
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.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.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.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.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.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.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.
-