| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckCustomConfig |
HealthCheckCustomConfig.clone() |
HealthCheckCustomConfig |
CreateServiceRequest.getHealthCheckCustomConfig()
A complex type that contains information about an optional custom health check.
|
HealthCheckCustomConfig |
Service.getHealthCheckCustomConfig()
A complex type that contains information about an optional custom health check.
|
HealthCheckCustomConfig |
ServiceSummary.getHealthCheckCustomConfig() |
HealthCheckCustomConfig |
HealthCheckCustomConfig.withFailureThreshold(Integer failureThreshold)
The number of 30-second intervals that you want Cloud Map to wait after receiving an
UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceRequest.setHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
void |
Service.setHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
void |
ServiceSummary.setHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
CreateServiceRequest |
CreateServiceRequest.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
Service |
Service.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
A complex type that contains information about an optional custom health check.
|
ServiceSummary |
ServiceSummary.withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
Copyright © 2019. All rights reserved.