Uses of Class
com.amazonaws.services.elasticbeanstalk.model.SingleInstanceHealth
Packages that use SingleInstanceHealth
-
Uses of SingleInstanceHealth in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return SingleInstanceHealthModifier and TypeMethodDescriptionSingleInstanceHealth.clone()SingleInstanceHealth.withApplicationMetrics(ApplicationMetrics applicationMetrics) SingleInstanceHealth.withAvailabilityZone(String availabilityZone) The availability zone in which the instance runs.SingleInstanceHealth.withCauses(String... causes) Represents the causes, which provide more information about the current health status.SingleInstanceHealth.withCauses(Collection<String> causes) Represents the causes, which provide more information about the current health status.Represents the color indicator that gives you information about the health of the EC2 instance.SingleInstanceHealth.withDeployment(Deployment deployment) Information about the most recent deployment to an instance.SingleInstanceHealth.withHealthStatus(String healthStatus) Returns the health status of the specified instance.SingleInstanceHealth.withInstanceId(String instanceId) The ID of the Amazon EC2 instance.SingleInstanceHealth.withInstanceType(String instanceType) The instance's type.SingleInstanceHealth.withLaunchedAt(Date launchedAt) The time at which the EC2 instance was launched.SingleInstanceHealth.withSystem(SystemStatus system) Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type SingleInstanceHealthModifier and TypeMethodDescriptionDescribeInstancesHealthResult.getInstanceHealthList()Contains the response body with information about the health of the instance.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type SingleInstanceHealthModifier and TypeMethodDescriptionDescribeInstancesHealthResult.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 SingleInstanceHealthModifier and TypeMethodDescriptionvoidDescribeInstancesHealthResult.setInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList) Contains the response body with information about the health of the instance.DescribeInstancesHealthResult.withInstanceHealthList(Collection<SingleInstanceHealth> instanceHealthList) Contains the response body with information about the health of the instance.