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