| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig |
HealthCheckConfig.clone() |
HealthCheckConfig |
ServiceChange.getHealthCheckConfig() |
HealthCheckConfig |
CreateServiceRequest.getHealthCheckConfig()
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53 health
check.
|
HealthCheckConfig |
Service.getHealthCheckConfig()
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.
|
HealthCheckConfig |
ServiceSummary.getHealthCheckConfig() |
HealthCheckConfig |
HealthCheckConfig.withFailureThreshold(Integer failureThreshold)
The number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current
status of the endpoint from unhealthy to healthy or vice versa.
|
HealthCheckConfig |
HealthCheckConfig.withResourcePath(String resourcePath)
The path that you want Route 53 to request when performing health checks.
|
HealthCheckConfig |
HealthCheckConfig.withType(HealthCheckType type)
The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is
healthy.
|
HealthCheckConfig |
HealthCheckConfig.withType(String type)
The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is
healthy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceChange.setHealthCheckConfig(HealthCheckConfig healthCheckConfig) |
void |
CreateServiceRequest.setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53 health
check.
|
void |
Service.setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.
|
void |
ServiceSummary.setHealthCheckConfig(HealthCheckConfig healthCheckConfig) |
ServiceChange |
ServiceChange.withHealthCheckConfig(HealthCheckConfig healthCheckConfig) |
CreateServiceRequest |
CreateServiceRequest.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53 health
check.
|
Service |
Service.withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.
|
ServiceSummary |
ServiceSummary.withHealthCheckConfig(HealthCheckConfig healthCheckConfig) |
Copyright © 2020. All rights reserved.