| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceDefinitionVersion |
DeviceDefinitionVersion.clone() |
DeviceDefinitionVersion |
GetDeviceDefinitionVersionResult.getDefinition()
Device definition version
|
DeviceDefinitionVersion |
CreateDeviceDefinitionRequest.getInitialVersion()
Information on the initial version
|
DeviceDefinitionVersion |
DeviceDefinitionVersion.withDevices(Collection<Device> devices)
Devices in the definition version.
|
DeviceDefinitionVersion |
DeviceDefinitionVersion.withDevices(Device... devices)
Devices in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceDefinitionVersionResult.setDefinition(DeviceDefinitionVersion definition)
Device definition version
|
void |
CreateDeviceDefinitionRequest.setInitialVersion(DeviceDefinitionVersion initialVersion)
Information on the initial version
|
GetDeviceDefinitionVersionResult |
GetDeviceDefinitionVersionResult.withDefinition(DeviceDefinitionVersion definition)
Device definition version
|
CreateDeviceDefinitionRequest |
CreateDeviceDefinitionRequest.withInitialVersion(DeviceDefinitionVersion initialVersion)
Information on the initial version
|
Copyright © 2017. All rights reserved.