| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static OSInfo.Builder |
OSInfo.builder() |
OSInfo.Builder |
OSInfo.toBuilder() |
OSInfo.Builder |
OSInfo.Builder.type(OSType type)
Information about the type of operating system.
|
OSInfo.Builder |
OSInfo.Builder.type(String type)
Information about the type of operating system.
|
OSInfo.Builder |
OSInfo.Builder.version(String version)
Information about the version of operating system.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OSInfo.Builder> |
OSInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SystemInfo.Builder |
SystemInfo.Builder.osInfo(Consumer<OSInfo.Builder> osInfo)
Operating system corresponding to a server.
|
Copyright © 2023. All rights reserved.