| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceProfile |
DeviceProfile.clone() |
DeviceProfile |
DeviceProfile.withArn(String arn)
The Amazon Resource Name of the resource.
|
DeviceProfile |
DeviceProfile.withId(String id)
The ID of the device profile.
|
DeviceProfile |
DeviceProfile.withName(String name)
The name of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceProfile> |
ListDeviceProfilesResult.getDeviceProfileList()
The list of device profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceProfilesResult |
ListDeviceProfilesResult.withDeviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceProfilesResult.setDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResult |
ListDeviceProfilesResult.withDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
Copyright © 2022. All rights reserved.