| 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 DescribeDeviceResponse |
Iot1ClickDevicesClient.describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)
Given a device ID, returns a DescribeDeviceResponse object describing the details of the device.
|
default DescribeDeviceResponse |
Iot1ClickDevicesClient.describeDevice(DescribeDeviceRequest describeDeviceRequest)
Given a device ID, returns a DescribeDeviceResponse object describing the details of the device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDeviceResponse> |
Iot1ClickDevicesAsyncClient.describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)
Given a device ID, returns a DescribeDeviceResponse object describing the details of the device.
|
default CompletableFuture<DescribeDeviceResponse> |
Iot1ClickDevicesAsyncClient.describeDevice(DescribeDeviceRequest describeDeviceRequest)
Given a device ID, returns a DescribeDeviceResponse object describing the details of the device.
|
Copyright © 2022. All rights reserved.