Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.NeighborConnectionDetail
-
Packages that use NeighborConnectionDetail Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of NeighborConnectionDetail in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type NeighborConnectionDetail Modifier and Type Method Description List<NeighborConnectionDetail>ListServerNeighborsResponse. neighbors()List of distinct servers that are one hop away from the given server.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type NeighborConnectionDetail Modifier and Type Method Description ListServerNeighborsResponse.BuilderListServerNeighborsResponse.Builder. neighbors(NeighborConnectionDetail... neighbors)List of distinct servers that are one hop away from the given server.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type NeighborConnectionDetail Modifier and Type Method Description ListServerNeighborsResponse.BuilderListServerNeighborsResponse.Builder. neighbors(Collection<NeighborConnectionDetail> neighbors)List of distinct servers that are one hop away from the given server.
-