Uses of Class
com.amazonaws.services.inspector.model.Attribute
Packages that use Attribute
-
Uses of Attribute in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AttributeModifier and TypeMethodDescriptionAttribute.clone()
The attribute key.The value assigned to the attribute key.Methods in com.amazonaws.services.inspector.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionAddAttributesToFindingsRequest.getAttributes()
The array of attributes that you want to assign to specified findings.Finding.getAttributes()
The system-defined attributes for the finding.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.Finding.getUserAttributes()
The user-defined attributes that are assigned to the finding.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.AssessmentRun.getUserAttributesForFindings()
The user-defined attributes that are assigned to every generated finding.AssessmentTemplate.getUserAttributesForFindings()
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.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 AttributeModifier and TypeMethodDescriptionAddAttributesToFindingsRequest.withAttributes
(Attribute... attributes) The array of attributes that you want to assign to specified findings.Finding.withAttributes
(Attribute... attributes) The system-defined attributes for the finding.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.withUserAttributes
(Attribute... userAttributes) The user-defined attributes that are assigned to the finding.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.withUserAttributesForFindings
(Attribute... userAttributesForFindings) The user-defined attributes that are assigned to every generated finding.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.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 AttributeModifier and TypeMethodDescriptionvoid
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.withAttributes
(Collection<Attribute> attributes) The array of attributes that you want to assign to specified findings.Finding.withAttributes
(Collection<Attribute> attributes) The system-defined attributes for the finding.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.withUserAttributes
(Collection<Attribute> userAttributes) The user-defined attributes that are assigned to the finding.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.withUserAttributesForFindings
(Collection<Attribute> userAttributesForFindings) The user-defined attributes that are assigned to every generated finding.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.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.