| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary |
DeviceSummary.clone() |
DeviceSummary |
DeviceSummary.withAgentVersion(String agentVersion)
Edge Manager agent version.
|
DeviceSummary |
DeviceSummary.withDescription(String description)
A description of the device.
|
DeviceSummary |
DeviceSummary.withDeviceArn(String deviceArn)
Amazon Resource Name (ARN) of the device.
|
DeviceSummary |
DeviceSummary.withDeviceFleetName(String deviceFleetName)
The name of the fleet the device belongs to.
|
DeviceSummary |
DeviceSummary.withDeviceName(String deviceName)
The unique identifier of the device.
|
DeviceSummary |
DeviceSummary.withIotThingName(String iotThingName)
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
|
DeviceSummary |
DeviceSummary.withLatestHeartbeat(Date latestHeartbeat)
The last heartbeat received from the device.
|
DeviceSummary |
DeviceSummary.withModels(Collection<EdgeModelSummary> models)
Models on the device.
|
DeviceSummary |
DeviceSummary.withModels(EdgeModelSummary... models)
Models on the device.
|
DeviceSummary |
DeviceSummary.withRegistrationTime(Date registrationTime)
The timestamp of the last registration or de-reregistration.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
ListDevicesResult.getDeviceSummaries()
Summary of devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.withDeviceSummaries(DeviceSummary... deviceSummaries)
Summary of devices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDeviceSummaries(Collection<DeviceSummary> deviceSummaries)
Summary of devices.
|
ListDevicesResult |
ListDevicesResult.withDeviceSummaries(Collection<DeviceSummary> deviceSummaries)
Summary of devices.
|
Copyright © 2022. All rights reserved.