Uses of Class
software.amazon.awssdk.services.guardduty.model.MalwareProtectionPlanStatus
-
Packages that use MalwareProtectionPlanStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of MalwareProtectionPlanStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return MalwareProtectionPlanStatus Modifier and Type Method Description static MalwareProtectionPlanStatusMalwareProtectionPlanStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MalwareProtectionPlanStatusGetMalwareProtectionPlanResponse. status()Malware Protection plan status.static MalwareProtectionPlanStatusMalwareProtectionPlanStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MalwareProtectionPlanStatus[]MalwareProtectionPlanStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type MalwareProtectionPlanStatus Modifier and Type Method Description static Set<MalwareProtectionPlanStatus>MalwareProtectionPlanStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type MalwareProtectionPlanStatus Modifier and Type Method Description GetMalwareProtectionPlanResponse.BuilderGetMalwareProtectionPlanResponse.Builder. status(MalwareProtectionPlanStatus status)Malware Protection plan status.
-