Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.UpdateDeviceStateResponse
-
Packages that use UpdateDeviceStateResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of UpdateDeviceStateResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return UpdateDeviceStateResponse Modifier and Type Method Description default UpdateDeviceStateResponseIot1ClickDevicesClient. updateDeviceState(Consumer<UpdateDeviceStateRequest.Builder> updateDeviceStateRequest)Using a Boolean value (true or false), this operation enables or disables the device given a device ID.default UpdateDeviceStateResponseIot1ClickDevicesClient. updateDeviceState(UpdateDeviceStateRequest updateDeviceStateRequest)Using a Boolean value (true or false), this operation enables or disables the device given a device ID.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type UpdateDeviceStateResponse Modifier and Type Method 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.
-