Uses of Interface
software.amazon.awssdk.services.guardduty.model.Detection.Builder
-
Packages that use Detection.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Detection.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Detection.Builder Modifier and Type Method Description default Detection.BuilderDetection.Builder. anomaly(Consumer<Anomaly.Builder> anomaly)The details about the anomalous activity that caused GuardDuty to generate the finding.Detection.BuilderDetection.Builder. anomaly(Anomaly anomaly)The details about the anomalous activity that caused GuardDuty to generate the finding.static Detection.BuilderDetection. builder()Detection.BuilderDetection. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Detection.Builder Modifier and Type Method Description static Class<? extends Detection.Builder>Detection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Detection.Builder Modifier and Type Method Description default Service.BuilderService.Builder. detection(Consumer<Detection.Builder> detection)Contains information about the detected unusual behavior.
-