Uses of Class
software.amazon.awssdk.services.guardduty.model.DetectorFeatureConfigurationResult
-
Packages that use DetectorFeatureConfigurationResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DetectorFeatureConfigurationResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DetectorFeatureConfigurationResult Modifier and Type Method Description List<DetectorFeatureConfigurationResult>GetDetectorResponse. features()Describes the features that have been enabled for the detector.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DetectorFeatureConfigurationResult Modifier and Type Method Description GetDetectorResponse.BuilderGetDetectorResponse.Builder. features(DetectorFeatureConfigurationResult... features)Describes the features that have been enabled for the detector.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type DetectorFeatureConfigurationResult Modifier and Type Method Description GetDetectorResponse.BuilderGetDetectorResponse.Builder. features(Collection<DetectorFeatureConfigurationResult> features)Describes the features that have been enabled for the detector.
-