Uses of Class
com.amazonaws.services.elasticbeanstalk.model.SingleInstanceHealth
-
Packages that use SingleInstanceHealth Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of SingleInstanceHealth in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return SingleInstanceHealth Modifier and Type Method 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(String... causes)
Represents the causes, which provide more information about the current health status.SingleInstanceHealth
SingleInstanceHealth. withCauses(Collection<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)
Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type SingleInstanceHealth Modifier and Type Method Description List<SingleInstanceHealth>
DescribeInstancesHealthResult. getInstanceHealthList()
Contains the response body with information about the health of the instance.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type SingleInstanceHealth Modifier and Type Method Description DescribeInstancesHealthResult
DescribeInstancesHealthResult. withInstanceHealthList(SingleInstanceHealth... instanceHealthList)
Contains the response body with information about the health of the instance.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type SingleInstanceHealth Modifier and Type Method 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.
-