Uses of Interface
software.amazon.awssdk.services.guardduty.model.MalwareProtectionConfiguration.Builder
-
Packages that use MalwareProtectionConfiguration.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionConfiguration.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionConfiguration.Builder Modifier and Type Method Description static MalwareProtectionConfiguration.BuilderMalwareProtectionConfiguration. builder()default MalwareProtectionConfiguration.BuilderMalwareProtectionConfiguration.Builder. scanEc2InstanceWithFindings(Consumer<ScanEc2InstanceWithFindings.Builder> scanEc2InstanceWithFindings)Describes the configuration of Malware Protection for EC2 instances with findings.MalwareProtectionConfiguration.BuilderMalwareProtectionConfiguration.Builder. scanEc2InstanceWithFindings(ScanEc2InstanceWithFindings scanEc2InstanceWithFindings)Describes the configuration of Malware Protection for EC2 instances with findings.MalwareProtectionConfiguration.BuilderMalwareProtectionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionConfiguration.Builder Modifier and Type Method Description static Class<? extends MalwareProtectionConfiguration.Builder>MalwareProtectionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MalwareProtectionConfiguration.Builder Modifier and Type Method Description default DataSourceConfigurations.BuilderDataSourceConfigurations.Builder. malwareProtection(Consumer<MalwareProtectionConfiguration.Builder> malwareProtection)Describes whether Malware Protection is enabled as a data source.
-