| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery |
AWS Cloud Map lets you configure public DNS, private DNS, or HTTP namespaces that your microservice applications run
in.
|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateInstanceCustomHealthStatusRequest |
UpdateInstanceCustomHealthStatusRequest.clone() |
UpdateInstanceCustomHealthStatusRequest |
UpdateInstanceCustomHealthStatusRequest.withInstanceId(String instanceId)
The ID of the instance that you want to change the health status for.
|
UpdateInstanceCustomHealthStatusRequest |
UpdateInstanceCustomHealthStatusRequest.withServiceId(String serviceId)
The ID of the service that includes the configuration for the custom health check that you want to change the
status for.
|
UpdateInstanceCustomHealthStatusRequest |
UpdateInstanceCustomHealthStatusRequest.withStatus(CustomHealthStatus status)
The new status of the instance,
HEALTHY or UNHEALTHY. |
UpdateInstanceCustomHealthStatusRequest |
UpdateInstanceCustomHealthStatusRequest.withStatus(String status)
The new status of the instance,
HEALTHY or UNHEALTHY. |
Copyright © 2021. All rights reserved.