Uses of Interface
software.amazon.awscdk.services.guardduty.CfnDetector.CFNDataSourceConfigurationsProperty
Packages that use CfnDetector.CFNDataSourceConfigurationsProperty
-
Uses of CfnDetector.CFNDataSourceConfigurationsProperty in software.amazon.awscdk.services.guardduty
Classes in software.amazon.awscdk.services.guardduty that implement CfnDetector.CFNDataSourceConfigurationsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnDetector.CFNDataSourceConfigurationsPropertyMethods in software.amazon.awscdk.services.guardduty that return CfnDetector.CFNDataSourceConfigurationsPropertyModifier and TypeMethodDescriptionCfnDetector.CFNDataSourceConfigurationsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.guardduty with parameters of type CfnDetector.CFNDataSourceConfigurationsPropertyModifier and TypeMethodDescriptionCfnDetector.Builder.dataSources(CfnDetector.CFNDataSourceConfigurationsProperty dataSources) Describes which data sources will be enabled for the detector.CfnDetectorProps.Builder.dataSources(CfnDetector.CFNDataSourceConfigurationsProperty dataSources) Sets the value ofCfnDetectorProps.getDataSources()voidCfnDetector.setDataSources(CfnDetector.CFNDataSourceConfigurationsProperty value) Describes which data sources will be enabled for the detector.