| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceMethod.Builder |
DeviceMethod.builder() |
DeviceMethod.Builder |
DeviceMethod.Builder.deviceType(String deviceType)
The type of the device, such as "button".
|
DeviceMethod.Builder |
DeviceMethod.Builder.methodName(String methodName)
The name of the method applicable to the deviceType.
|
DeviceMethod.Builder |
DeviceMethod.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeviceMethod.Builder> |
DeviceMethod.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InvokeDeviceMethodRequest.Builder |
InvokeDeviceMethodRequest.Builder.deviceMethod(Consumer<DeviceMethod.Builder> deviceMethod)
The device method to invoke.
|
Copyright © 2021. All rights reserved.