| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareInformation.Builder |
SoftwareInformation.builder() |
SoftwareInformation.Builder |
SoftwareInformation.Builder.installedVersion(String installedVersion)
The version of the software currently installed on the device.
|
SoftwareInformation.Builder |
SoftwareInformation.Builder.installingVersion(String installingVersion)
The version of the software being installed on the device.
|
SoftwareInformation.Builder |
SoftwareInformation.Builder.installState(String installState)
The state of the software that is installed or that is being installed on the device.
|
SoftwareInformation.Builder |
SoftwareInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SoftwareInformation.Builder> |
SoftwareInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDeviceResponse.Builder |
DescribeDeviceResponse.Builder.software(Consumer<SoftwareInformation.Builder> software)
The software installed on the device.
|
Copyright © 2023. All rights reserved.