Uses of Interface
software.amazon.awssdk.services.guardduty.model.AnomalyObject.Builder
-
Packages that use AnomalyObject.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AnomalyObject.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return AnomalyObject.Builder Modifier and Type Method Description static AnomalyObject.BuilderAnomalyObject. builder()default AnomalyObject.BuilderAnomalyObject.Builder. observations(Consumer<Observations.Builder> observations)The recorded value.AnomalyObject.BuilderAnomalyObject.Builder. observations(Observations observations)The recorded value.AnomalyObject.BuilderAnomalyObject.Builder. profileSubtype(String profileSubtype)The frequency of the anomaly.AnomalyObject.BuilderAnomalyObject.Builder. profileSubtype(ProfileSubtype profileSubtype)The frequency of the anomaly.AnomalyObject.BuilderAnomalyObject.Builder. profileType(String profileType)The type of behavior of the profile.AnomalyObject.BuilderAnomalyObject.Builder. profileType(ProfileType profileType)The type of behavior of the profile.AnomalyObject.BuilderAnomalyObject. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AnomalyObject.Builder Modifier and Type Method Description static Class<? extends AnomalyObject.Builder>AnomalyObject. serializableBuilderClass()
-