Uses of Class
software.amazon.awssdk.services.guardduty.model.ProfileSubtype
-
Packages that use ProfileSubtype Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ProfileSubtype in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ProfileSubtype Modifier and Type Method Description static ProfileSubtypeProfileSubtype. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfileSubtypeAnomalyObject. profileSubtype()The frequency of the anomaly.static ProfileSubtypeProfileSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileSubtype[]ProfileSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ProfileSubtype Modifier and Type Method Description static Set<ProfileSubtype>ProfileSubtype. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ProfileSubtype Modifier and Type Method Description AnomalyObject.BuilderAnomalyObject.Builder. profileSubtype(ProfileSubtype profileSubtype)The frequency of the anomaly.
-