| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfiguration |
Service.healthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of this service.
|
HealthCheckConfiguration |
UpdateServiceRequest.healthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
HealthCheckConfiguration |
CreateServiceRequest.healthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of this service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
Copyright © 2022. All rights reserved.