Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.NetworkInfo.Builder
-
Packages that use NetworkInfo.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of NetworkInfo.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return NetworkInfo.Builder Modifier and Type Method Description static NetworkInfo.BuilderNetworkInfo. builder()NetworkInfo.BuilderNetworkInfo.Builder. interfaceName(String interfaceName)Information about the name of the interface of the server for which the assessment was run.NetworkInfo.BuilderNetworkInfo.Builder. ipAddress(String ipAddress)Information about the IP address of the server for which the assessment was run.NetworkInfo.BuilderNetworkInfo.Builder. macAddress(String macAddress)Information about the MAC address of the server for which the assessment was run.NetworkInfo.BuilderNetworkInfo.Builder. netMask(String netMask)Information about the subnet mask of the server for which the assessment was run.NetworkInfo.BuilderNetworkInfo. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type NetworkInfo.Builder Modifier and Type Method Description static Class<? extends NetworkInfo.Builder>NetworkInfo. serializableBuilderClass()
-