| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyObject |
AnomalyObject.clone() |
AnomalyObject |
AnomalyObject.withObservations(Observations observations)
The recorded value.
|
AnomalyObject |
AnomalyObject.withProfileSubtype(ProfileSubtype profileSubtype)
The frequency of the anomaly.
|
AnomalyObject |
AnomalyObject.withProfileSubtype(String profileSubtype)
The frequency of the anomaly.
|
AnomalyObject |
AnomalyObject.withProfileType(ProfileType profileType)
The type of behavior of the profile.
|
AnomalyObject |
AnomalyObject.withProfileType(String profileType)
The type of behavior of the profile.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,AnomalyObject>> |
AnomalyUnusual.getBehavior()
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
|
Map<String,Map<String,List<AnomalyObject>>> |
Anomaly.getProfiles()
Information about the types of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
AnomalyUnusual |
AnomalyUnusual.addBehaviorEntry(String key,
Map<String,AnomalyObject> value)
Add a single Behavior entry
|
Anomaly |
Anomaly.addProfilesEntry(String key,
Map<String,List<AnomalyObject>> value)
Add a single Profiles entry
|
void |
AnomalyUnusual.setBehavior(Map<String,Map<String,AnomalyObject>> behavior)
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
|
void |
Anomaly.setProfiles(Map<String,Map<String,List<AnomalyObject>>> profiles)
Information about the types of profiles.
|
AnomalyUnusual |
AnomalyUnusual.withBehavior(Map<String,Map<String,AnomalyObject>> behavior)
The behavior of 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.
|
Copyright © 2023. All rights reserved.