Uses of Class
software.amazon.awssdk.services.guardduty.model.AnomalyObject
-
Packages that use AnomalyObject Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AnomalyObject in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AnomalyObject Modifier and Type Method Description Map<String,Map<String,AnomalyObject>>AnomalyUnusual. behavior()The behavior of the anomalous activity that caused GuardDuty to generate the finding.Map<String,Map<String,List<AnomalyObject>>>Anomaly. profiles()Information about the types of profiles.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type AnomalyObject Modifier and Type Method Description AnomalyUnusual.BuilderAnomalyUnusual.Builder. behavior(Map<String,? extends Map<String,AnomalyObject>> behavior)The behavior of the anomalous activity that caused GuardDuty to generate the finding.Anomaly.BuilderAnomaly.Builder. profiles(Map<String,? extends Map<String,? extends Collection<AnomalyObject>>> profiles)Information about the types of profiles.
-