Uses of Class
software.amazon.awssdk.services.guardduty.model.ProfileType
-
Packages that use ProfileType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ProfileType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ProfileType Modifier and Type Method Description static ProfileTypeProfileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfileTypeAnomalyObject. profileType()The type of behavior of the profile.static ProfileTypeProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileType[]ProfileType. 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 ProfileType Modifier and Type Method Description static Set<ProfileType>ProfileType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ProfileType Modifier and Type Method Description AnomalyObject.BuilderAnomalyObject.Builder. profileType(ProfileType profileType)The type of behavior of the profile.
-