Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
Finding |
Finding.clone() |
Finding |
Finding.withArn(String arn)
The ARN that specifies the finding.
|
Finding |
Finding.withAssetAttributes(AssetAttributes assetAttributes)
A collection of attributes of the host from which the finding is
generated.
|
Finding |
Finding.withAssetType(AssetType assetType)
The type of the host from which the finding is generated.
|
Finding |
Finding.withAssetType(String assetType)
The type of the host from which the finding is generated.
|
Finding |
Finding.withAttributes(Attribute... attributes)
The system-defined attributes for the finding.
|
Finding |
Finding.withAttributes(Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
Finding |
Finding.withConfidence(Integer confidence)
This data element is currently not used.
|
Finding |
Finding.withCreatedAt(Date createdAt)
The time when the finding was generated.
|
Finding |
Finding.withDescription(String description)
The description of the finding.
|
Finding |
Finding.withId(String id)
The ID of the finding.
|
Finding |
Finding.withIndicatorOfCompromise(Boolean indicatorOfCompromise)
This data element is currently not used.
|
Finding |
Finding.withNumericSeverity(Double numericSeverity)
The numeric value of the finding severity.
|
Finding |
Finding.withRecommendation(String recommendation)
The recommendation for the finding.
|
Finding |
Finding.withSchemaVersion(Integer schemaVersion)
The schema version of this data type.
|
Finding |
Finding.withService(String service)
The data element is set to "Inspector".
|
Finding |
Finding.withServiceAttributes(InspectorServiceAttributes serviceAttributes) |
Finding |
Finding.withSeverity(Severity severity)
The finding severity.
|
Finding |
Finding.withSeverity(String severity)
The finding severity.
|
Finding |
Finding.withTitle(String title)
The name of the finding.
|
Finding |
Finding.withUpdatedAt(Date updatedAt)
The time when AddAttributesToFindings is called.
|
Finding |
Finding.withUserAttributes(Attribute... userAttributes)
The user-defined attributes that are assigned to the finding.
|
Finding |
Finding.withUserAttributes(Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
Modifier and Type | Method and Description |
---|---|
List<Finding> |
DescribeFindingsResult.getFindings()
Information about the finding.
|
Modifier and Type | Method and Description |
---|---|
DescribeFindingsResult |
DescribeFindingsResult.withFindings(Finding... findings)
Information about the finding.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFindingsResult.setFindings(Collection<Finding> findings)
Information about the finding.
|
DescribeFindingsResult |
DescribeFindingsResult.withFindings(Collection<Finding> findings)
Information about the finding.
|
Copyright © 2018. All rights reserved.