| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
CoreDevice |
CoreDevice.clone() |
CoreDevice |
CoreDevice.withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
CoreDevice |
CoreDevice.withLastStatusUpdateTimestamp(Date lastStatusUpdateTimestamp)
The time at which the core device's status last updated, expressed in ISO 8601 format.
|
CoreDevice |
CoreDevice.withStatus(CoreDeviceStatus status)
The status of the core device.
|
CoreDevice |
CoreDevice.withStatus(String status)
The status of the core device.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreDevice> |
ListCoreDevicesResult.getCoreDevices()
A list that summarizes each core device.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoreDevicesResult |
ListCoreDevicesResult.withCoreDevices(CoreDevice... coreDevices)
A list that summarizes each core device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCoreDevicesResult.setCoreDevices(Collection<CoreDevice> coreDevices)
A list that summarizes each core device.
|
ListCoreDevicesResult |
ListCoreDevicesResult.withCoreDevices(Collection<CoreDevice> coreDevices)
A list that summarizes each core device.
|
Copyright © 2022. All rights reserved.