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 SingleInstanceHealthSingleInstanceHealth. clone()SingleInstanceHealthSingleInstanceHealth. withApplicationMetrics(ApplicationMetrics applicationMetrics)SingleInstanceHealthSingleInstanceHealth. withAvailabilityZone(String availabilityZone)The availability zone in which the instance runs.SingleInstanceHealthSingleInstanceHealth. withCauses(String... causes)Represents the causes, which provide more information about the current health status.SingleInstanceHealthSingleInstanceHealth. withCauses(Collection<String> causes)Represents the causes, which provide more information about the current health status.SingleInstanceHealthSingleInstanceHealth. withColor(String color)Represents the color indicator that gives you information about the health of the EC2 instance.SingleInstanceHealthSingleInstanceHealth. withDeployment(Deployment deployment)Information about the most recent deployment to an instance.SingleInstanceHealthSingleInstanceHealth. withHealthStatus(String healthStatus)Returns the health status of the specified instance.SingleInstanceHealthSingleInstanceHealth. withInstanceId(String instanceId)The ID of the Amazon EC2 instance.SingleInstanceHealthSingleInstanceHealth. withInstanceType(String instanceType)The instance's type.SingleInstanceHealthSingleInstanceHealth. withLaunchedAt(Date launchedAt)The time at which the EC2 instance was launched.SingleInstanceHealthSingleInstanceHealth. 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 DescribeInstancesHealthResultDescribeInstancesHealthResult. 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 voidDescribeInstancesHealthResult. setInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)Contains the response body with information about the health of the instance.DescribeInstancesHealthResultDescribeInstancesHealthResult. withInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)Contains the response body with information about the health of the instance.
-