Uses of Class
software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanStatusReason
-
Packages that use MalwareProtectionPlanStatusReason Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionPlanStatusReason in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionPlanStatusReason Modifier and Type Method Description List<MalwareProtectionPlanStatusReason>GetMalwareProtectionPlanResponse. statusReasons()Information about the issue code and message associated to the status of your Malware Protection plan.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MalwareProtectionPlanStatusReason Modifier and Type Method Description GetMalwareProtectionPlanResponse.BuilderGetMalwareProtectionPlanResponse.Builder. statusReasons(MalwareProtectionPlanStatusReason... statusReasons)Information about the issue code and message associated to the status of your Malware Protection plan.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type MalwareProtectionPlanStatusReason Modifier and Type Method Description GetMalwareProtectionPlanResponse.BuilderGetMalwareProtectionPlanResponse.Builder. statusReasons(Collection<MalwareProtectionPlanStatusReason> statusReasons)Information about the issue code and message associated to the status of your Malware Protection plan.
-