| 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 |
|---|---|
GetInstancesHealthStatusRequest |
GetInstancesHealthStatusRequest.clone() |
GetInstancesHealthStatusRequest |
GetInstancesHealthStatusRequest.withInstances(Collection<String> instances)
An array that contains the IDs of all the instances that you want to get the health status for.
|
GetInstancesHealthStatusRequest |
GetInstancesHealthStatusRequest.withInstances(String... instances)
An array that contains the IDs of all the instances that you want to get the health status for.
|
GetInstancesHealthStatusRequest |
GetInstancesHealthStatusRequest.withMaxResults(Integer maxResults)
The maximum number of instances that you want AWS Cloud Map to return in the response to a
GetInstancesHealthStatus request. |
GetInstancesHealthStatusRequest |
GetInstancesHealthStatusRequest.withNextToken(String nextToken)
For the first
GetInstancesHealthStatus request, omit this value. |
GetInstancesHealthStatusRequest |
GetInstancesHealthStatusRequest.withServiceId(String serviceId)
The ID of the service that the instance is associated with.
|
Copyright © 2021. All rights reserved.