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 InspectorServiceAttributes
InspectorServiceAttributes. clone()
InspectorServiceAttributes
Finding. getServiceAttributes()
InspectorServiceAttributes
InspectorServiceAttributes. withAssessmentRunArn(String assessmentRunArn)
The ARN of the assessment run during which the finding is generated.InspectorServiceAttributes
InspectorServiceAttributes. withRulesPackageArn(String rulesPackageArn)
The ARN of the rules package that is used to generate the finding.InspectorServiceAttributes
InspectorServiceAttributes. 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 void
Finding. setServiceAttributes(InspectorServiceAttributes serviceAttributes)
Finding
Finding. withServiceAttributes(InspectorServiceAttributes serviceAttributes)
-