| Name | Description | Type | Package | Framework |
| Health | Carries information about the health of a component or subsystem. | Class | org.springframework.boot.actuate.health | Spring Boot |
| Health .Builder | Builder for creating immutable Health instances. | Class | org.springframework.boot.actuate.health.Health | Spring Boot |
| HealthAggregator | Strategy interface used by CompositeHealthIndicator to aggregate Healthinstances into a final one. | Interface | org.springframework.boot.actuate.health | Spring Boot |
| HealthIndicator | Strategy interface used to provide an indication of application health. | Interface | org.springframework.boot.actuate.health | Spring Boot |