| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
NeighborConnectionDetail |
NeighborConnectionDetail.clone() |
NeighborConnectionDetail |
NeighborConnectionDetail.withConnectionsCount(Long connectionsCount)
The number of open network connections with the neighboring server.
|
NeighborConnectionDetail |
NeighborConnectionDetail.withDestinationPort(Integer destinationPort)
The destination network port for the connection.
|
NeighborConnectionDetail |
NeighborConnectionDetail.withDestinationServerId(String destinationServerId)
The ID of the server that accepted the network connection.
|
NeighborConnectionDetail |
NeighborConnectionDetail.withSourceServerId(String sourceServerId)
The ID of the server that opened the network connection.
|
NeighborConnectionDetail |
NeighborConnectionDetail.withTransportProtocol(String transportProtocol)
The network protocol used for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<NeighborConnectionDetail> |
ListServerNeighborsResult.getNeighbors()
List of distinct servers that are one hop away from the given server.
|
| Modifier and Type | Method and Description |
|---|---|
ListServerNeighborsResult |
ListServerNeighborsResult.withNeighbors(NeighborConnectionDetail... neighbors)
List of distinct servers that are one hop away from the given server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServerNeighborsResult.setNeighbors(Collection<NeighborConnectionDetail> neighbors)
List of distinct servers that are one hop away from the given server.
|
ListServerNeighborsResult |
ListServerNeighborsResult.withNeighbors(Collection<NeighborConnectionDetail> neighbors)
List of distinct servers that are one hop away from the given server.
|
Copyright © 2019. All rights reserved.