| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSummary |
DeviceSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DeviceSummary |
DeviceSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
DeviceSummary |
DeviceSummary.clone() |
DeviceSummary |
DeviceSummary.withAssociatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
|
DeviceSummary |
DeviceSummary.withManagedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
|
DeviceSummary |
DeviceSummary.withManagedDeviceId(String managedDeviceId)
The ID of the device.
|
DeviceSummary |
DeviceSummary.withTags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceSummary> |
ListDevicesResult.getDevices()
A list of device structures that contain information about the device.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceSummary... devices)
A list of device structures that contain information about the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDevices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceSummary> devices)
A list of device structures that contain information about the device.
|
Copyright © 2023. All rights reserved.