Uses of Class
software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanSummary
-
Packages that use MalwareProtectionPlanSummary Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionPlanSummary in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionPlanSummary Modifier and Type Method Description List<MalwareProtectionPlanSummary>ListMalwareProtectionPlansResponse. malwareProtectionPlans()A list of unique identifiers associated with each Malware Protection plan.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MalwareProtectionPlanSummary Modifier and Type Method Description ListMalwareProtectionPlansResponse.BuilderListMalwareProtectionPlansResponse.Builder. malwareProtectionPlans(MalwareProtectionPlanSummary... malwareProtectionPlans)A list of unique identifiers associated with each Malware Protection plan.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MalwareProtectionPlanSummary Modifier and Type Method Description ListMalwareProtectionPlansResponse.BuilderListMalwareProtectionPlansResponse.Builder. malwareProtectionPlans(Collection<MalwareProtectionPlanSummary> malwareProtectionPlans)A list of unique identifiers associated with each Malware Protection plan.
-