Uses of Class
com.amazonaws.services.elasticbeanstalk.model.InstanceHealthSummary
Packages that use InstanceHealthSummary
-
Uses of InstanceHealthSummary in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return InstanceHealthSummaryModifier and TypeMethodDescriptionInstanceHealthSummary.clone()
DescribeEnvironmentHealthResult.getInstancesHealth()
InstanceHealthSummary.withDegraded
(Integer degraded) Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.Green. An operation is in progress on an instance.InstanceHealthSummary.withNoData
(Integer noData) Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.Green. An instance is passing health checks and the health agent is not reporting any problems.InstanceHealthSummary.withPending
(Integer pending) Grey. An operation is in progress on an instance within the command timeout.InstanceHealthSummary.withSevere
(Integer severe) Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.InstanceHealthSummary.withUnknown
(Integer unknown) Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.InstanceHealthSummary.withWarning
(Integer warning) Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type InstanceHealthSummaryModifier and TypeMethodDescriptionvoid
DescribeEnvironmentHealthResult.setInstancesHealth
(InstanceHealthSummary instancesHealth) DescribeEnvironmentHealthResult.withInstancesHealth
(InstanceHealthSummary instancesHealth)