| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
SoftwareInformation |
SoftwareInformation.clone() |
SoftwareInformation |
DescribeDeviceResult.getSoftware()
The software installed on the device.
|
SoftwareInformation |
SoftwareInformation.withInstalledVersion(String installedVersion)
The version of the software currently installed on the device.
|
SoftwareInformation |
SoftwareInformation.withInstallingVersion(String installingVersion)
The version of the software being installed on the device.
|
SoftwareInformation |
SoftwareInformation.withInstallState(String installState)
The state of the software that is installed or that is being installed on the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setSoftware(SoftwareInformation software)
The software installed on the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withSoftware(SoftwareInformation software)
The software installed on the device.
|
Copyright © 2022. All rights reserved.