| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.withAccountId(String accountId)
The ID of the account in which the finding was generated.
|
Finding |
Finding.withArn(String arn)
The ARN of the finding.
|
Finding |
Finding.withConfidence(Double confidence)
The confidence score for the finding.
|
Finding |
Finding.withCreatedAt(String createdAt)
The time and date when the finding was created.
|
Finding |
Finding.withDescription(String description)
The description of the finding.
|
Finding |
Finding.withId(String id)
The ID of the finding.
|
Finding |
Finding.withPartition(String partition)
The partition associated with the finding.
|
Finding |
Finding.withRegion(String region)
The Region where the finding was generated.
|
Finding |
Finding.withResource(Resource resource) |
Finding |
Finding.withSchemaVersion(String schemaVersion)
The version of the schema used for the finding.
|
Finding |
Finding.withService(Service service) |
Finding |
Finding.withSeverity(Double severity)
The severity of the finding.
|
Finding |
Finding.withTitle(String title)
The title of the finding.
|
Finding |
Finding.withType(String type)
The type of finding.
|
Finding |
Finding.withUpdatedAt(String updatedAt)
The time and date when the finding was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
GetFindingsResult.getFindings()
A list of findings.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
GetFindingsResult.withFindings(Finding... findings)
A list of findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsResult.setFindings(Collection<Finding> findings)
A list of findings.
|
GetFindingsResult |
GetFindingsResult.withFindings(Collection<Finding> findings)
A list of findings.
|
Copyright © 2023. All rights reserved.