| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot1clickdevices |
Describes all of the AWS IoT 1-Click device-related API operations for the service.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateDeviceStateResponse |
Iot1ClickDevicesClient.updateDeviceState(Consumer<UpdateDeviceStateRequest.Builder> updateDeviceStateRequest)
Using a Boolean value (true or false), this operation enables or disables the device given a device ID.
|
default UpdateDeviceStateResponse |
Iot1ClickDevicesClient.updateDeviceState(UpdateDeviceStateRequest updateDeviceStateRequest)
Using a Boolean value (true or false), this operation enables or disables the device given a device ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateDeviceStateResponse> |
Iot1ClickDevicesAsyncClient.updateDeviceState(Consumer<UpdateDeviceStateRequest.Builder> updateDeviceStateRequest)
Using a Boolean value (true or false), this operation enables or disables the device given a device ID.
|
default CompletableFuture<UpdateDeviceStateResponse> |
Iot1ClickDevicesAsyncClient.updateDeviceState(UpdateDeviceStateRequest updateDeviceStateRequest)
Using a Boolean value (true or false), this operation enables or disables the device given a device ID.
|
Copyright © 2020. All rights reserved.