| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
AssociatedClientDevice |
AssociatedClientDevice.clone() |
AssociatedClientDevice |
AssociatedClientDevice.withAssociationTimestamp(Date associationTimestamp)
The time that the client device was associated, expressed in ISO 8601 format.
|
AssociatedClientDevice |
AssociatedClientDevice.withThingName(String thingName)
The name of the IoT thing that represents the associated client device.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedClientDevice> |
ListClientDevicesAssociatedWithCoreDeviceResult.getAssociatedClientDevices()
A list that describes the client devices that are associated with the core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListClientDevicesAssociatedWithCoreDeviceResult |
ListClientDevicesAssociatedWithCoreDeviceResult.withAssociatedClientDevices(AssociatedClientDevice... associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClientDevicesAssociatedWithCoreDeviceResult.setAssociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
ListClientDevicesAssociatedWithCoreDeviceResult |
ListClientDevicesAssociatedWithCoreDeviceResult.withAssociatedClientDevices(Collection<AssociatedClientDevice> associatedClientDevices)
A list that describes the client devices that are associated with the core device.
|
Copyright © 2021. All rights reserved.