Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
InstanceHealthSummary |
InstanceHealthSummary.clone() |
InstanceHealthSummary |
DescribeEnvironmentHealthResult.getInstancesHealth() |
InstanceHealthSummary |
InstanceHealthSummary.withDegraded(Integer degraded)
Red. The health agent is reporting a high number of request
failures or other issues for an instance or environment.
|
InstanceHealthSummary |
InstanceHealthSummary.withInfo(Integer info)
Green. An operation is in progress on an instance.
|
InstanceHealthSummary |
InstanceHealthSummary.withNoData(Integer noData)
Grey. AWS Elastic Beanstalk and the health agent are reporting no
data on an instance.
|
InstanceHealthSummary |
InstanceHealthSummary.withOk(Integer ok)
Green. An instance is passing health checks and the health agent
is not reporting any problems.
|
InstanceHealthSummary |
InstanceHealthSummary.withPending(Integer pending)
Grey. An operation is in progress on an instance within the
command timeout.
|
InstanceHealthSummary |
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 |
InstanceHealthSummary.withUnknown(Integer unknown)
Grey. AWS Elastic Beanstalk and the health agent are reporting an
insufficient amount of data on an instance.
|
InstanceHealthSummary |
InstanceHealthSummary.withWarning(Integer warning)
Yellow. The health agent is reporting a moderate number of request
failures or other issues for an instance or environment.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEnvironmentHealthResult.setInstancesHealth(InstanceHealthSummary instancesHealth) |
DescribeEnvironmentHealthResult |
DescribeEnvironmentHealthResult.withInstancesHealth(InstanceHealthSummary instancesHealth) |
Copyright © 2018. All rights reserved.