| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
List<NeighborConnectionDetail> |
ListServerNeighborsResponse.neighbors()
List of distinct servers that are one hop away from the given server.
|
| Modifier and Type | Method and Description |
|---|---|
ListServerNeighborsResponse.Builder |
ListServerNeighborsResponse.Builder.neighbors(NeighborConnectionDetail... neighbors)
List of distinct servers that are one hop away from the given server.
|
| Modifier and Type | Method and Description |
|---|---|
ListServerNeighborsResponse.Builder |
ListServerNeighborsResponse.Builder.neighbors(Collection<NeighborConnectionDetail> neighbors)
List of distinct servers that are one hop away from the given server.
|
Copyright © 2022. All rights reserved.