Uses of Class
com.amazonaws.services.inspector.model.Finding
Packages that use Finding
-
Uses of Finding in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return FindingModifier and TypeMethodDescriptionFinding.clone()
The ARN that specifies the finding.Finding.withAssetAttributes
(AssetAttributes assetAttributes) A collection of attributes of the host from which the finding is generated.Finding.withAssetType
(AssetType assetType) The type of the host from which the finding is generated.Finding.withAssetType
(String assetType) The type of the host from which the finding is generated.Finding.withAttributes
(Attribute... attributes) The system-defined attributes for the finding.Finding.withAttributes
(Collection<Attribute> attributes) The system-defined attributes for the finding.Finding.withConfidence
(Integer confidence) This data element is currently not used.Finding.withCreatedAt
(Date createdAt) The time when the finding was generated.Finding.withDescription
(String description) The description of the finding.The ID of the finding.Finding.withIndicatorOfCompromise
(Boolean indicatorOfCompromise) This data element is currently not used.Finding.withNumericSeverity
(Double numericSeverity) The numeric value of the finding severity.Finding.withRecommendation
(String recommendation) The recommendation for the finding.Finding.withSchemaVersion
(Integer schemaVersion) The schema version of this data type.Finding.withService
(String service) The data element is set to "Inspector".Finding.withServiceAttributes
(InspectorServiceAttributes serviceAttributes) Finding.withSeverity
(Severity severity) The finding severity.Finding.withSeverity
(String severity) The finding severity.The name of the finding.Finding.withUpdatedAt
(Date updatedAt) The time when AddAttributesToFindings is called.Finding.withUserAttributes
(Attribute... userAttributes) The user-defined attributes that are assigned to the finding.Finding.withUserAttributes
(Collection<Attribute> userAttributes) The user-defined attributes that are assigned to the finding.Methods in com.amazonaws.services.inspector.model that return types with arguments of type FindingModifier and TypeMethodDescriptionDescribeFindingsResult.getFindings()
Information about the finding.Methods in com.amazonaws.services.inspector.model with parameters of type FindingModifier and TypeMethodDescriptionDescribeFindingsResult.withFindings
(Finding... findings) Information about the finding.Method parameters in com.amazonaws.services.inspector.model with type arguments of type FindingModifier and TypeMethodDescriptionvoid
DescribeFindingsResult.setFindings
(Collection<Finding> findings) Information about the finding.DescribeFindingsResult.withFindings
(Collection<Finding> findings) Information about the finding.