Uses of Class
software.amazon.awssdk.services.servicediscovery.model.HealthCheckCustomConfig
-
Packages that use HealthCheckCustomConfig Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of HealthCheckCustomConfig in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return HealthCheckCustomConfig Modifier and Type Method Description HealthCheckCustomConfigCreateServiceRequest. healthCheckCustomConfig()A complex type that contains information about an optional custom health check.HealthCheckCustomConfigService. healthCheckCustomConfig()A complex type that contains information about an optional custom health check.HealthCheckCustomConfigServiceSummary. healthCheckCustomConfig()Information about an optional custom health check.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type HealthCheckCustomConfig Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. healthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)A complex type that contains information about an optional custom health check.Service.BuilderService.Builder. healthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)A complex type that contains information about an optional custom health check.ServiceSummary.BuilderServiceSummary.Builder. healthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)Information about an optional custom health check.
-