Uses of Class
software.amazon.awssdk.services.guardduty.model.DetectorFeatureConfiguration
-
Packages that use DetectorFeatureConfiguration Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DetectorFeatureConfiguration in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type DetectorFeatureConfiguration Modifier and Type Method Description List<DetectorFeatureConfiguration>CreateDetectorRequest. features()A list of features that will be configured for the detector.List<DetectorFeatureConfiguration>UpdateDetectorRequest. features()Provides the features that will be updated for the detector.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DetectorFeatureConfiguration Modifier and Type Method Description CreateDetectorRequest.BuilderCreateDetectorRequest.Builder. features(DetectorFeatureConfiguration... features)A list of features that will be configured for the detector.UpdateDetectorRequest.BuilderUpdateDetectorRequest.Builder. features(DetectorFeatureConfiguration... features)Provides the features that will be updated for the detector.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type DetectorFeatureConfiguration Modifier and Type Method Description CreateDetectorRequest.BuilderCreateDetectorRequest.Builder. features(Collection<DetectorFeatureConfiguration> features)A list of features that will be configured for the detector.UpdateDetectorRequest.BuilderUpdateDetectorRequest.Builder. features(Collection<DetectorFeatureConfiguration> features)Provides the features that will be updated for the detector.
-