Uses of Class
software.amazon.awssdk.services.opsworkscm.model.MaintenanceStatus
-
Packages that use MaintenanceStatus Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of MaintenanceStatus in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return MaintenanceStatus Modifier and Type Method Description static MaintenanceStatusMaintenanceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MaintenanceStatusServer. maintenanceStatus()The status of the most recent server maintenance run.static MaintenanceStatusMaintenanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceStatus[]MaintenanceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type MaintenanceStatus Modifier and Type Method Description static Set<MaintenanceStatus>MaintenanceStatus. knownValues()Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type MaintenanceStatus Modifier and Type Method Description Server.BuilderServer.Builder. maintenanceStatus(MaintenanceStatus maintenanceStatus)The status of the most recent server maintenance run.
-