Uses of Class
software.amazon.awssdk.services.guardduty.model.DetectorFeatureResult
-
Packages that use DetectorFeatureResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DetectorFeatureResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DetectorFeatureResult Modifier and Type Method Description static DetectorFeatureResultDetectorFeatureResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DetectorFeatureResultDetectorFeatureConfigurationResult. name()Indicates the name of the feature that can be enabled for the detector.static DetectorFeatureResultDetectorFeatureResult. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectorFeatureResult[]DetectorFeatureResult. 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 DetectorFeatureResult Modifier and Type Method Description static Set<DetectorFeatureResult>DetectorFeatureResult. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DetectorFeatureResult Modifier and Type Method Description DetectorFeatureConfigurationResult.BuilderDetectorFeatureConfigurationResult.Builder. name(DetectorFeatureResult name)Indicates the name of the feature that can be enabled for the detector.
-