| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Anomaly |
Anomaly.addProfilesEntry(String key,
Map<String,List<AnomalyObject>> value)
Add a single Profiles entry
|
Anomaly |
Anomaly.clearProfilesEntries()
Removes all the entries added into Profiles.
|
Anomaly |
Anomaly.clone() |
Anomaly |
Detection.getAnomaly()
The details about the anomalous activity that caused GuardDuty to generate the finding.
|
Anomaly |
Anomaly.withProfiles(Map<String,Map<String,List<AnomalyObject>>> profiles)
Information about the types of profiles.
|
Anomaly |
Anomaly.withUnusual(AnomalyUnusual unusual)
Information about the behavior of the anomalies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Detection.setAnomaly(Anomaly anomaly)
The details about the anomalous activity that caused GuardDuty to generate the finding.
|
Detection |
Detection.withAnomaly(Anomaly anomaly)
The details about the anomalous activity that caused GuardDuty to generate the finding.
|
Copyright © 2024. All rights reserved.