Uses of Class
software.amazon.awssdk.services.apprunner.model.HealthCheckConfiguration
-
Packages that use HealthCheckConfiguration Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of HealthCheckConfiguration in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return HealthCheckConfiguration Modifier and Type Method Description HealthCheckConfigurationCreateServiceRequest. healthCheckConfiguration()The settings for the health check that App Runner performs to monitor the health of the App Runner service.HealthCheckConfigurationService. healthCheckConfiguration()The settings for the health check that App Runner performs to monitor the health of this service.HealthCheckConfigurationUpdateServiceRequest. healthCheckConfiguration()The settings for the health check that App Runner performs to monitor the health of the App Runner service.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type HealthCheckConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)The settings for the health check that App Runner performs to monitor the health of the App Runner service.Service.BuilderService.Builder. healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)The settings for the health check that App Runner performs to monitor the health of this service.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. healthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)The settings for the health check that App Runner performs to monitor the health of the App Runner service.
-