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