Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceHealthSummary |
DescribeEnvironmentHealthResult.instancesHealth |
Modifier and Type | Method and Description |
---|---|
InstanceHealthSummary |
InstanceHealthSummary.clone() |
InstanceHealthSummary |
DescribeEnvironmentHealthResult.getInstancesHealth() |
InstanceHealthSummary |
InstanceHealthSummary.withDegraded(java.lang.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(java.lang.Integer info)
Green. An operation is in progress on an instance.
|
InstanceHealthSummary |
InstanceHealthSummary.withNoData(java.lang.Integer noData)
Grey. AWS Elastic Beanstalk and the health agent are reporting no
data on an instance.
|
InstanceHealthSummary |
InstanceHealthSummary.withOk(java.lang.Integer ok)
Green. An instance is passing health checks and the health agent
is not reporting any problems.
|
InstanceHealthSummary |
InstanceHealthSummary.withPending(java.lang.Integer pending)
Grey. An operation is in progress on an instance within the
command timeout.
|
InstanceHealthSummary |
InstanceHealthSummary.withSevere(java.lang.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(java.lang.Integer unknown)
Grey. AWS Elastic Beanstalk and the health agent are reporting an
insufficient amount of data on an instance.
|
InstanceHealthSummary |
InstanceHealthSummary.withWarning(java.lang.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) |
Modifier and Type | Method and Description |
---|---|
InstanceHealthSummary |
InstanceHealthSummaryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |