| 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 |
|---|---|
GetInstancesHealthStatusResult |
AWSServiceDiscovery.getInstancesHealthStatus(GetInstancesHealthStatusRequest getInstancesHealthStatusRequest)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
GetInstancesHealthStatusResult |
AbstractAWSServiceDiscovery.getInstancesHealthStatus(GetInstancesHealthStatusRequest request) |
GetInstancesHealthStatusResult |
AWSServiceDiscoveryClient.getInstancesHealthStatus(GetInstancesHealthStatusRequest request)
Gets the current health status (
Healthy, Unhealthy, or Unknown) of one or
more instances that are associated with a specified service. |
| Modifier and Type | Method and Description |
|---|---|
GetInstancesHealthStatusResult |
GetInstancesHealthStatusResult.addStatusEntry(String key,
String value)
Add a single Status entry
|
GetInstancesHealthStatusResult |
GetInstancesHealthStatusResult.clearStatusEntries()
Removes all the entries added into Status.
|
GetInstancesHealthStatusResult |
GetInstancesHealthStatusResult.clone() |
GetInstancesHealthStatusResult |
GetInstancesHealthStatusResult.withNextToken(String nextToken)
If more than
MaxResults instances match the specified criteria, you can submit another
GetInstancesHealthStatus request to get the next group of results. |
GetInstancesHealthStatusResult |
GetInstancesHealthStatusResult.withStatus(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
Copyright © 2020. All rights reserved.