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