| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
Device.withCertificateArn(String certificateArn)
The ARN of the certificate associated with the device.
|
Device |
Device.withId(String id)
A descriptive or arbitrary ID for the device.
|
Device |
Device.withSyncShadow(Boolean syncShadow)
If true, the device's local shadow will be automatically synced with the cloud.
|
Device |
Device.withThingArn(String thingArn)
The thing ARN of the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
CreateDeviceDefinitionVersionRequest.getDevices()
A list of devices in the definition version.
|
List<Device> |
DeviceDefinitionVersion.getDevices()
A list of devices in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceDefinitionVersionRequest |
CreateDeviceDefinitionVersionRequest.withDevices(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 |
CreateDeviceDefinitionVersionRequest.setDevices(Collection<Device> devices)
A list of devices in the definition version.
|
void |
DeviceDefinitionVersion.setDevices(Collection<Device> devices)
A list of devices in the definition version.
|
CreateDeviceDefinitionVersionRequest |
CreateDeviceDefinitionVersionRequest.withDevices(Collection<Device> devices)
A list of devices in the definition version.
|
DeviceDefinitionVersion |
DeviceDefinitionVersion.withDevices(Collection<Device> devices)
A list of devices in the definition version.
|
Copyright © 2019. All rights reserved.