| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
HttpInstanceSummary |
HttpInstanceSummary.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
HttpInstanceSummary |
HttpInstanceSummary.clearAttributesEntries()
Removes all the entries added into Attributes.
|
HttpInstanceSummary |
HttpInstanceSummary.clone() |
HttpInstanceSummary |
HttpInstanceSummary.withAttributes(Map<String,String> attributes)
If you included any attributes when you registered the instance, the values of those attributes.
|
HttpInstanceSummary |
HttpInstanceSummary.withHealthStatus(HealthStatus healthStatus)
If you configured health checking in the service, the current health status of the service instance.
|
HttpInstanceSummary |
HttpInstanceSummary.withHealthStatus(String healthStatus)
If you configured health checking in the service, the current health status of the service instance.
|
HttpInstanceSummary |
HttpInstanceSummary.withInstanceId(String instanceId)
The ID of an instance that matches the values that you specified in the request.
|
HttpInstanceSummary |
HttpInstanceSummary.withNamespaceName(String namespaceName)
The name of the namespace that you specified when you registered the instance.
|
HttpInstanceSummary |
HttpInstanceSummary.withServiceName(String serviceName)
The name of the service that you specified when you registered the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpInstanceSummary> |
DiscoverInstancesResult.getInstances()
A complex type that contains one
HttpInstanceSummary for each registered instance. |
| Modifier and Type | Method and Description |
|---|---|
DiscoverInstancesResult |
DiscoverInstancesResult.withInstances(HttpInstanceSummary... instances)
A complex type that contains one
HttpInstanceSummary for each registered instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoverInstancesResult.setInstances(Collection<HttpInstanceSummary> instances)
A complex type that contains one
HttpInstanceSummary for each registered instance. |
DiscoverInstancesResult |
DiscoverInstancesResult.withInstances(Collection<HttpInstanceSummary> instances)
A complex type that contains one
HttpInstanceSummary for each registered instance. |
Copyright © 2021. All rights reserved.