| Package | Description |
|---|---|
| com.amazonaws.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceMethod |
DeviceMethod.clone() |
DeviceMethod |
InvokeDeviceMethodRequest.getDeviceMethod()
The device method to invoke.
|
DeviceMethod |
DeviceMethod.withDeviceType(String deviceType)
The type of the device, such as "button".
|
DeviceMethod |
DeviceMethod.withMethodName(String methodName)
The name of the method applicable to the deviceType.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceMethod> |
GetDeviceMethodsResult.getDeviceMethods()
List of available device APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeDeviceMethodRequest.setDeviceMethod(DeviceMethod deviceMethod)
The device method to invoke.
|
InvokeDeviceMethodRequest |
InvokeDeviceMethodRequest.withDeviceMethod(DeviceMethod deviceMethod)
The device method to invoke.
|
GetDeviceMethodsResult |
GetDeviceMethodsResult.withDeviceMethods(DeviceMethod... deviceMethods)
List of available device APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeviceMethodsResult.setDeviceMethods(Collection<DeviceMethod> deviceMethods)
List of available device APIs.
|
GetDeviceMethodsResult |
GetDeviceMethodsResult.withDeviceMethods(Collection<DeviceMethod> deviceMethods)
List of available device APIs.
|
Copyright © 2021. All rights reserved.