Uses of Class
software.amazon.awssdk.services.inspector.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of Attribute in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AddAttributesToFindingsRequest. attributes()The array of attributes that you want to assign to specified findings.List<Attribute>Exclusion. attributes()The system-defined attributes for the exclusion.List<Attribute>ExclusionPreview. attributes()The system-defined attributes for the exclusion preview.List<Attribute>Finding. attributes()The system-defined attributes for the finding.List<Attribute>FindingFilter. 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.List<Attribute>Finding. userAttributes()The user-defined attributes that are assigned to the finding.List<Attribute>FindingFilter. 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.List<Attribute>AssessmentRun. userAttributesForFindings()The user-defined attributes that are assigned to every generated finding.List<Attribute>AssessmentTemplate. userAttributesForFindings()The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.List<Attribute>CreateAssessmentTemplateRequest. userAttributesForFindings()The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.Methods in software.amazon.awssdk.services.inspector.model with parameters of type Attribute Modifier and Type Method Description AddAttributesToFindingsRequest.BuilderAddAttributesToFindingsRequest.Builder. attributes(Attribute... attributes)The array of attributes that you want to assign to specified findings.Exclusion.BuilderExclusion.Builder. attributes(Attribute... attributes)The system-defined attributes for the exclusion.ExclusionPreview.BuilderExclusionPreview.Builder. attributes(Attribute... attributes)The system-defined attributes for the exclusion preview.Finding.BuilderFinding.Builder. attributes(Attribute... attributes)The system-defined attributes for the finding.FindingFilter.BuilderFindingFilter.Builder. attributes(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.BuilderFinding.Builder. userAttributes(Attribute... userAttributes)The user-defined attributes that are assigned to the finding.FindingFilter.BuilderFindingFilter.Builder. userAttributes(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.BuilderAssessmentRun.Builder. userAttributesForFindings(Attribute... userAttributesForFindings)The user-defined attributes that are assigned to every generated finding.AssessmentTemplate.BuilderAssessmentTemplate.Builder. userAttributesForFindings(Attribute... userAttributesForFindings)The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.CreateAssessmentTemplateRequest.BuilderCreateAssessmentTemplateRequest.Builder. userAttributesForFindings(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 software.amazon.awssdk.services.inspector.model with type arguments of type Attribute Modifier and Type Method Description AddAttributesToFindingsRequest.BuilderAddAttributesToFindingsRequest.Builder. attributes(Collection<Attribute> attributes)The array of attributes that you want to assign to specified findings.Exclusion.BuilderExclusion.Builder. attributes(Collection<Attribute> attributes)The system-defined attributes for the exclusion.ExclusionPreview.BuilderExclusionPreview.Builder. attributes(Collection<Attribute> attributes)The system-defined attributes for the exclusion preview.Finding.BuilderFinding.Builder. attributes(Collection<Attribute> attributes)The system-defined attributes for the finding.FindingFilter.BuilderFindingFilter.Builder. attributes(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.BuilderFinding.Builder. userAttributes(Collection<Attribute> userAttributes)The user-defined attributes that are assigned to the finding.FindingFilter.BuilderFindingFilter.Builder. userAttributes(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.BuilderAssessmentRun.Builder. userAttributesForFindings(Collection<Attribute> userAttributesForFindings)The user-defined attributes that are assigned to every generated finding.AssessmentTemplate.BuilderAssessmentTemplate.Builder. userAttributesForFindings(Collection<Attribute> userAttributesForFindings)The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.CreateAssessmentTemplateRequest.BuilderCreateAssessmentTemplateRequest.Builder. userAttributesForFindings(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.
-