| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
SystemInfo |
SystemInfo.clone() |
SystemInfo |
ServerDetail.getSystemInfo()
System information about the server.
|
SystemInfo |
SystemInfo.withCpuArchitecture(String cpuArchitecture)
CPU architecture type for the server.
|
SystemInfo |
SystemInfo.withFileSystemType(String fileSystemType)
File system type for the server.
|
SystemInfo |
SystemInfo.withNetworkInfoList(Collection<NetworkInfo> networkInfoList)
Networking information related to a server.
|
SystemInfo |
SystemInfo.withNetworkInfoList(NetworkInfo... networkInfoList)
Networking information related to a server.
|
SystemInfo |
SystemInfo.withOsInfo(OSInfo osInfo)
Operating system corresponding to a server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDetail.setSystemInfo(SystemInfo systemInfo)
System information about the server.
|
ServerDetail |
ServerDetail.withSystemInfo(SystemInfo systemInfo)
System information about the server.
|
Copyright © 2022. All rights reserved.