Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SingleInstanceHealth> |
DescribeInstancesHealthResult.instanceHealthList
Contains the response body with information about the health of the
instance.
|
Modifier and Type | Method and Description |
---|---|
SingleInstanceHealth |
SingleInstanceHealth.clone() |
SingleInstanceHealth |
SingleInstanceHealth.withApplicationMetrics(ApplicationMetrics applicationMetrics) |
SingleInstanceHealth |
SingleInstanceHealth.withAvailabilityZone(java.lang.String availabilityZone)
The availability zone in which the instance runs.
|
SingleInstanceHealth |
SingleInstanceHealth.withCauses(java.util.Collection<java.lang.String> causes)
Represents the causes, which provide more information about the current
health status.
|
SingleInstanceHealth |
SingleInstanceHealth.withCauses(java.lang.String... causes)
Represents the causes, which provide more information about the current
health status.
|
SingleInstanceHealth |
SingleInstanceHealth.withColor(java.lang.String color)
Represents the color indicator that gives you information about the
health of the EC2 instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withDeployment(Deployment deployment)
Information about the most recent deployment to an instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withHealthStatus(java.lang.String healthStatus)
Returns the health status of the specified instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withInstanceId(java.lang.String instanceId)
The ID of the Amazon EC2 instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withInstanceType(java.lang.String instanceType)
The instance's type.
|
SingleInstanceHealth |
SingleInstanceHealth.withLaunchedAt(java.util.Date launchedAt)
The time at which the EC2 instance was launched.
|
SingleInstanceHealth |
SingleInstanceHealth.withSystem(SystemStatus system) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SingleInstanceHealth> |
DescribeInstancesHealthResult.getInstanceHealthList()
Contains the response body with information about the health of the
instance.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstancesHealthResult |
DescribeInstancesHealthResult.withInstanceHealthList(SingleInstanceHealth... instanceHealthList)
Contains the response body with information about the health of the
instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstancesHealthResult.setInstanceHealthList(java.util.Collection<SingleInstanceHealth> instanceHealthList)
Contains the response body with information about the health of the
instance.
|
DescribeInstancesHealthResult |
DescribeInstancesHealthResult.withInstanceHealthList(java.util.Collection<SingleInstanceHealth> instanceHealthList)
Contains the response body with information about the health of the
instance.
|
Modifier and Type | Method and Description |
---|---|
SingleInstanceHealth |
SingleInstanceHealthStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |