Uses of Class
com.amazonaws.services.elasticbeanstalk.model.SystemStatus
Packages that use SystemStatus
-
Uses of SystemStatus in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return SystemStatusModifier and TypeMethodDescriptionSystemStatus.clone()
SingleInstanceHealth.getSystem()
SystemStatus.withCPUUtilization
(CPUUtilization cPUUtilization) SystemStatus.withLoadAverage
(Double... loadAverage) Load average in the last 1-minute and 5-minute periods.SystemStatus.withLoadAverage
(Collection<Double> loadAverage) Load average in the last 1-minute and 5-minute periods.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type SystemStatusModifier and TypeMethodDescriptionvoid
SingleInstanceHealth.setSystem
(SystemStatus system) SingleInstanceHealth.withSystem
(SystemStatus system)