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 AttributeAttribute. clone()AttributeAttribute. withKey(String key)The attribute key.AttributeAttribute. 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 AddAttributesToFindingsRequestAddAttributesToFindingsRequest. withAttributes(Attribute... attributes)The array of attributes that you want to assign to specified findings.FindingFinding. withAttributes(Attribute... attributes)The system-defined attributes for the finding.FindingFilterFindingFilter. 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.FindingFinding. withUserAttributes(Attribute... userAttributes)The user-defined attributes that are assigned to the finding.FindingFilterFindingFilter. 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.AssessmentRunAssessmentRun. withUserAttributesForFindings(Attribute... userAttributesForFindings)The user-defined attributes that are assigned to every generated finding.AssessmentTemplateAssessmentTemplate. withUserAttributesForFindings(Attribute... userAttributesForFindings)The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.CreateAssessmentTemplateRequestCreateAssessmentTemplateRequest. 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 voidAddAttributesToFindingsRequest. setAttributes(Collection<Attribute> attributes)The array of attributes that you want to assign to specified findings.voidFinding. setAttributes(Collection<Attribute> attributes)The system-defined attributes for the finding.voidFindingFilter. 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.voidFinding. setUserAttributes(Collection<Attribute> userAttributes)The user-defined attributes that are assigned to the finding.voidFindingFilter. 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.voidAssessmentRun. setUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)The user-defined attributes that are assigned to every generated finding.voidAssessmentTemplate. setUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.voidCreateAssessmentTemplateRequest. 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.AddAttributesToFindingsRequestAddAttributesToFindingsRequest. withAttributes(Collection<Attribute> attributes)The array of attributes that you want to assign to specified findings.FindingFinding. withAttributes(Collection<Attribute> attributes)The system-defined attributes for the finding.FindingFilterFindingFilter. 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.FindingFinding. withUserAttributes(Collection<Attribute> userAttributes)The user-defined attributes that are assigned to the finding.FindingFilterFindingFilter. 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.AssessmentRunAssessmentRun. withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)The user-defined attributes that are assigned to every generated finding.AssessmentTemplateAssessmentTemplate. withUserAttributesForFindings(Collection<Attribute> userAttributesForFindings)The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.CreateAssessmentTemplateRequestCreateAssessmentTemplateRequest. 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.
-