Uses of Class
software.amazon.awssdk.services.guardduty.model.MalwareProtectionConfigurationResult
-
Packages that use MalwareProtectionConfigurationResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionConfigurationResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionConfigurationResult Modifier and Type Method Description MalwareProtectionConfigurationResultDataSourceConfigurationsResult. malwareProtection()Describes the configuration of Malware Protection data sources.MalwareProtectionConfigurationResultUnprocessedDataSourcesResult. malwareProtection()Returns the value of the MalwareProtection property for this object.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MalwareProtectionConfigurationResult Modifier and Type Method Description DataSourceConfigurationsResult.BuilderDataSourceConfigurationsResult.Builder. malwareProtection(MalwareProtectionConfigurationResult malwareProtection)Describes the configuration of Malware Protection data sources.UnprocessedDataSourcesResult.BuilderUnprocessedDataSourcesResult.Builder. malwareProtection(MalwareProtectionConfigurationResult malwareProtection)Sets the value of the MalwareProtection property for this object.
-