Uses of Class
com.amazonaws.services.inspector.model.InspectorServiceAttributes
-
Packages that use InspectorServiceAttributes Package Description com.amazonaws.services.inspector.model -
-
Uses of InspectorServiceAttributes in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return InspectorServiceAttributes Modifier and Type Method Description InspectorServiceAttributesInspectorServiceAttributes. clone()InspectorServiceAttributesFinding. getServiceAttributes()InspectorServiceAttributesInspectorServiceAttributes. withAssessmentRunArn(String assessmentRunArn)The ARN of the assessment run during which the finding is generated.InspectorServiceAttributesInspectorServiceAttributes. withRulesPackageArn(String rulesPackageArn)The ARN of the rules package that is used to generate the finding.InspectorServiceAttributesInspectorServiceAttributes. withSchemaVersion(Integer schemaVersion)The schema version of this data type.Methods in com.amazonaws.services.inspector.model with parameters of type InspectorServiceAttributes Modifier and Type Method Description voidFinding. setServiceAttributes(InspectorServiceAttributes serviceAttributes)FindingFinding. withServiceAttributes(InspectorServiceAttributes serviceAttributes)
-