| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkInfo.Builder |
NetworkInfo.builder() |
NetworkInfo.Builder |
NetworkInfo.Builder.interfaceName(String interfaceName)
Information about the name of the interface of the server for which the assessment was run.
|
NetworkInfo.Builder |
NetworkInfo.Builder.ipAddress(String ipAddress)
Information about the IP address of the server for which the assessment was run.
|
NetworkInfo.Builder |
NetworkInfo.Builder.macAddress(String macAddress)
Information about the MAC address of the server for which the assessment was run.
|
NetworkInfo.Builder |
NetworkInfo.Builder.netMask(String netMask)
Information about the subnet mask of the server for which the assessment was run.
|
NetworkInfo.Builder |
NetworkInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkInfo.Builder> |
NetworkInfo.serializableBuilderClass() |
Copyright © 2022. All rights reserved.