Uses of Interface
software.amazon.awssdk.services.guardduty.model.MalwareProtectionConfigurationResult.Builder
-
Packages that use MalwareProtectionConfigurationResult.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionConfigurationResult.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionConfigurationResult.Builder Modifier and Type Method Description static MalwareProtectionConfigurationResult.BuilderMalwareProtectionConfigurationResult. builder()default MalwareProtectionConfigurationResult.BuilderMalwareProtectionConfigurationResult.Builder. scanEc2InstanceWithFindings(Consumer<ScanEc2InstanceWithFindingsResult.Builder> scanEc2InstanceWithFindings)Describes the configuration of Malware Protection for EC2 instances with findings.MalwareProtectionConfigurationResult.BuilderMalwareProtectionConfigurationResult.Builder. scanEc2InstanceWithFindings(ScanEc2InstanceWithFindingsResult scanEc2InstanceWithFindings)Describes the configuration of Malware Protection for EC2 instances with findings.MalwareProtectionConfigurationResult.BuilderMalwareProtectionConfigurationResult.Builder. serviceRole(String serviceRole)The GuardDuty Malware Protection service role.MalwareProtectionConfigurationResult.BuilderMalwareProtectionConfigurationResult. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionConfigurationResult.Builder Modifier and Type Method Description static Class<? extends MalwareProtectionConfigurationResult.Builder>MalwareProtectionConfigurationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MalwareProtectionConfigurationResult.Builder Modifier and Type Method Description default DataSourceConfigurationsResult.BuilderDataSourceConfigurationsResult.Builder. malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)Describes the configuration of Malware Protection data sources.default UnprocessedDataSourcesResult.BuilderUnprocessedDataSourcesResult.Builder. malwareProtection(Consumer<MalwareProtectionConfigurationResult.Builder> malwareProtection)Sets the value of the MalwareProtection property for this object.
-