| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
Device.withCertificateArn(String certificateArn)
Certificate arn of the device.
|
Device |
Device.withId(String id)
Element Id for this entry in the list.
|
Device |
Device.withSyncShadow(Boolean syncShadow)
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
Device |
Device.withThingArn(String thingArn)
Thing arn of the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
CreateDeviceDefinitionVersionRequest.getDevices()
Devices in the definition version.
|
List<Device> |
DeviceDefinitionVersion.getDevices()
Devices in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceDefinitionVersionRequest |
CreateDeviceDefinitionVersionRequest.withDevices(Device... devices)
Devices in the definition version.
|
DeviceDefinitionVersion |
DeviceDefinitionVersion.withDevices(Device... devices)
Devices in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDeviceDefinitionVersionRequest.setDevices(Collection<Device> devices)
Devices in the definition version.
|
void |
DeviceDefinitionVersion.setDevices(Collection<Device> devices)
Devices in the definition version.
|
CreateDeviceDefinitionVersionRequest |
CreateDeviceDefinitionVersionRequest.withDevices(Collection<Device> devices)
Devices in the definition version.
|
DeviceDefinitionVersion |
DeviceDefinitionVersion.withDevices(Collection<Device> devices)
Devices in the definition version.
|
Copyright © 2018. All rights reserved.