| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
Finding.clone() |
Finding |
Finding.withAccountId(String accountId)
AWS account ID where the activity occurred that prompted GuardDuty to generate a finding.
|
Finding |
Finding.withArn(String arn)
The ARN of a finding described by the action.
|
Finding |
Finding.withConfidence(Double confidence)
The confidence level of a finding.
|
Finding |
Finding.withCreatedAt(String createdAt)
The time stamp at which a finding was generated.
|
Finding |
Finding.withDescription(String description)
The description of a finding.
|
Finding |
Finding.withId(String id)
The identifier that corresponds to a finding described by the action.
|
Finding |
Finding.withPartition(String partition)
The AWS resource partition.
|
Finding |
Finding.withRegion(String region)
The AWS region where the activity occurred that prompted GuardDuty to generate a finding.
|
Finding |
Finding.withResource(Resource resource)
The AWS resource associated with the activity that prompted GuardDuty to generate a finding.
|
Finding |
Finding.withSchemaVersion(String schemaVersion)
Findings' schema version.
|
Finding |
Finding.withService(Service service)
Additional information assigned to the generated finding by GuardDuty.
|
Finding |
Finding.withSeverity(Double severity)
The severity of a finding.
|
Finding |
Finding.withTitle(String title)
The title of a finding.
|
Finding |
Finding.withType(String type)
The type of a finding described by the action.
|
Finding |
Finding.withUpdatedAt(String updatedAt)
The time stamp at which a finding was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Finding> |
GetFindingsResult.getFindings() |
| Modifier and Type | Method and Description |
|---|---|
GetFindingsResult |
GetFindingsResult.withFindings(Finding... findings)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsResult.setFindings(Collection<Finding> findings) |
GetFindingsResult |
GetFindingsResult.withFindings(Collection<Finding> findings) |
Copyright © 2018. All rights reserved.