| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceSummary |
InstanceSummary.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
InstanceSummary |
InstanceSummary.clearAttributesEntries()
Removes all the entries added into Attributes.
|
InstanceSummary |
InstanceSummary.clone() |
InstanceSummary |
InstanceSummary.withAttributes(Map<String,String> attributes)
A string map that contains the following information:
|
InstanceSummary |
InstanceSummary.withId(String id)
The ID for an instance that you created by using a specified service.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceSummary> |
ListInstancesResult.getInstances()
Summary information about the instances that are associated with the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
ListInstancesResult.withInstances(InstanceSummary... instances)
Summary information about the instances that are associated with the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstancesResult.setInstances(Collection<InstanceSummary> instances)
Summary information about the instances that are associated with the specified service.
|
ListInstancesResult |
ListInstancesResult.withInstances(Collection<InstanceSummary> instances)
Summary information about the instances that are associated with the specified service.
|
Copyright © 2020. All rights reserved.