Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.OSInfo.Builder
-
Packages that use OSInfo.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of OSInfo.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return OSInfo.Builder Modifier and Type Method Description static OSInfo.BuilderOSInfo. builder()OSInfo.BuilderOSInfo. toBuilder()OSInfo.BuilderOSInfo.Builder. type(String type)Information about the type of operating system.OSInfo.BuilderOSInfo.Builder. type(OSType type)Information about the type of operating system.OSInfo.BuilderOSInfo.Builder. version(String version)Information about the version of operating system.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type OSInfo.Builder Modifier and Type Method Description static Class<? extends OSInfo.Builder>OSInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type OSInfo.Builder Modifier and Type Method Description default SystemInfo.BuilderSystemInfo.Builder. osInfo(Consumer<OSInfo.Builder> osInfo)Operating system corresponding to a server.
-