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