| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceMethod |
InvokeDeviceMethodRequest.deviceMethod()
The device method to invoke.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceMethod> |
GetDeviceMethodsResponse.deviceMethods()
List of available device APIs.
|
| Modifier and Type | Method and Description |
|---|---|
InvokeDeviceMethodRequest.Builder |
InvokeDeviceMethodRequest.Builder.deviceMethod(DeviceMethod deviceMethod)
The device method to invoke.
|
GetDeviceMethodsResponse.Builder |
GetDeviceMethodsResponse.Builder.deviceMethods(DeviceMethod... deviceMethods)
List of available device APIs.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceMethodsResponse.Builder |
GetDeviceMethodsResponse.Builder.deviceMethods(Collection<DeviceMethod> deviceMethods)
List of available device APIs.
|
Copyright © 2020. All rights reserved.