Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
SingleInstanceHealth |
SingleInstanceHealth.clone() |
SingleInstanceHealth |
SingleInstanceHealth.withApplicationMetrics(ApplicationMetrics applicationMetrics) |
SingleInstanceHealth |
SingleInstanceHealth.withAvailabilityZone(String availabilityZone)
The availability zone in which the instance runs.
|
SingleInstanceHealth |
SingleInstanceHealth.withCauses(Collection<String> causes)
Represents the causes, which provide more information about the current
health status.
|
SingleInstanceHealth |
SingleInstanceHealth.withCauses(String... causes)
Represents the causes, which provide more information about the current
health status.
|
SingleInstanceHealth |
SingleInstanceHealth.withColor(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(String healthStatus)
Returns the health status of the specified instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withInstanceId(String instanceId)
The ID of the Amazon EC2 instance.
|
SingleInstanceHealth |
SingleInstanceHealth.withInstanceType(String instanceType)
The instance's type.
|
SingleInstanceHealth |
SingleInstanceHealth.withLaunchedAt(Date launchedAt)
The time at which the EC2 instance was launched.
|
SingleInstanceHealth |
SingleInstanceHealth.withSystem(SystemStatus system) |
Modifier and Type | Method and Description |
---|---|
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(Collection<SingleInstanceHealth> instanceHealthList)
Contains the response body with information about the health of the
instance.
|
DescribeInstancesHealthResult |
DescribeInstancesHealthResult.withInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Contains the response body with information about the health of the
instance.
|
Copyright © 2018. All rights reserved.