Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationMalwareProtectionConfiguration.Builder
-
Packages that use OrganizationMalwareProtectionConfiguration.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationMalwareProtectionConfiguration.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationMalwareProtectionConfiguration.Builder Modifier and Type Method Description static OrganizationMalwareProtectionConfiguration.BuilderOrganizationMalwareProtectionConfiguration. builder()default OrganizationMalwareProtectionConfiguration.BuilderOrganizationMalwareProtectionConfiguration.Builder. scanEc2InstanceWithFindings(Consumer<OrganizationScanEc2InstanceWithFindings.Builder> scanEc2InstanceWithFindings)Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.OrganizationMalwareProtectionConfiguration.BuilderOrganizationMalwareProtectionConfiguration.Builder. scanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindings scanEc2InstanceWithFindings)Whether Malware Protection for EC2 instances with findings should be auto-enabled for new members joining the organization.OrganizationMalwareProtectionConfiguration.BuilderOrganizationMalwareProtectionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationMalwareProtectionConfiguration.Builder Modifier and Type Method Description static Class<? extends OrganizationMalwareProtectionConfiguration.Builder>OrganizationMalwareProtectionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationMalwareProtectionConfiguration.Builder Modifier and Type Method Description default OrganizationDataSourceConfigurations.BuilderOrganizationDataSourceConfigurations.Builder. malwareProtection(Consumer<OrganizationMalwareProtectionConfiguration.Builder> malwareProtection)Describes the configuration of Malware Protection for new members of the organization.
-