Uses of Interface
software.amazon.awssdk.services.guardduty.model.OrganizationMalwareProtectionConfigurationResult.Builder
-
Packages that use OrganizationMalwareProtectionConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of OrganizationMalwareProtectionConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return OrganizationMalwareProtectionConfigurationResult.Builder Modifier and Type Method Description static OrganizationMalwareProtectionConfigurationResult.BuilderOrganizationMalwareProtectionConfigurationResult. builder()default OrganizationMalwareProtectionConfigurationResult.BuilderOrganizationMalwareProtectionConfigurationResult.Builder. scanEc2InstanceWithFindings(Consumer<OrganizationScanEc2InstanceWithFindingsResult.Builder> scanEc2InstanceWithFindings)Describes the configuration for scanning EC2 instances with findings for an organization.OrganizationMalwareProtectionConfigurationResult.BuilderOrganizationMalwareProtectionConfigurationResult.Builder. scanEc2InstanceWithFindings(OrganizationScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)Describes the configuration for scanning EC2 instances with findings for an organization.OrganizationMalwareProtectionConfigurationResult.BuilderOrganizationMalwareProtectionConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type OrganizationMalwareProtectionConfigurationResult.Builder Modifier and Type Method Description static Class<? extends OrganizationMalwareProtectionConfigurationResult.Builder>OrganizationMalwareProtectionConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type OrganizationMalwareProtectionConfigurationResult.Builder Modifier and Type Method Description default OrganizationDataSourceConfigurationsResult.BuilderOrganizationDataSourceConfigurationsResult.Builder. malwareProtection(Consumer<OrganizationMalwareProtectionConfigurationResult.Builder> malwareProtection)Describes the configuration of Malware Protection data source for an organization.
-