Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.NetworkInfo
-
Packages that use NetworkInfo Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of NetworkInfo in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type NetworkInfo Modifier and Type Method Description List<NetworkInfo>SystemInfo. networkInfoList()Networking information related to a server.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type NetworkInfo Modifier and Type Method Description SystemInfo.BuilderSystemInfo.Builder. networkInfoList(NetworkInfo... networkInfoList)Networking information related to a server.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type NetworkInfo Modifier and Type Method Description SystemInfo.BuilderSystemInfo.Builder. networkInfoList(Collection<NetworkInfo> networkInfoList)Networking information related to a server.
-