Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Finding> |
DescribeFindingsResult.findings
Information about the finding.
|
Modifier and Type | Method and Description |
---|---|
Finding |
Finding.clone() |
Finding |
Finding.withArn(java.lang.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(java.lang.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(java.util.Collection<Attribute> attributes)
The system-defined attributes for the finding.
|
Finding |
Finding.withConfidence(java.lang.Integer confidence)
This data element is currently not used.
|
Finding |
Finding.withCreatedAt(java.util.Date createdAt)
The time when the finding was generated.
|
Finding |
Finding.withDescription(java.lang.String description)
The description of the finding.
|
Finding |
Finding.withId(java.lang.String id)
The ID of the finding.
|
Finding |
Finding.withIndicatorOfCompromise(java.lang.Boolean indicatorOfCompromise)
This data element is currently not used.
|
Finding |
Finding.withNumericSeverity(java.lang.Double numericSeverity)
The numeric value of the finding severity.
|
Finding |
Finding.withRecommendation(java.lang.String recommendation)
The recommendation for the finding.
|
Finding |
Finding.withSchemaVersion(java.lang.Integer schemaVersion)
The schema version of this data type.
|
Finding |
Finding.withService(java.lang.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(java.lang.String severity)
The finding severity.
|
Finding |
Finding.withTitle(java.lang.String title)
The name of the finding.
|
Finding |
Finding.withUpdatedAt(java.util.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(java.util.Collection<Attribute> userAttributes)
The user-defined attributes that are assigned to the finding.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Finding> findings)
Information about the finding.
|
DescribeFindingsResult |
DescribeFindingsResult.withFindings(java.util.Collection<Finding> findings)
Information about the finding.
|
Modifier and Type | Method and Description |
---|---|
Finding |
FindingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FindingJsonMarshaller.marshall(Finding finding,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|