| 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 GetDeviceMethodsResponse |
Iot1ClickDevicesClient.getDeviceMethods(Consumer<GetDeviceMethodsRequest.Builder> getDeviceMethodsRequest)
Given a device ID, returns the invokable methods associated with the device.
|
default GetDeviceMethodsResponse |
Iot1ClickDevicesClient.getDeviceMethods(GetDeviceMethodsRequest getDeviceMethodsRequest)
Given a device ID, returns the invokable methods associated with the device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeviceMethodsResponse> |
Iot1ClickDevicesAsyncClient.getDeviceMethods(Consumer<GetDeviceMethodsRequest.Builder> getDeviceMethodsRequest)
Given a device ID, returns the invokable methods associated with the device.
|
default CompletableFuture<GetDeviceMethodsResponse> |
Iot1ClickDevicesAsyncClient.getDeviceMethods(GetDeviceMethodsRequest getDeviceMethodsRequest)
Given a device ID, returns the invokable methods associated with the device.
|
Copyright © 2021. All rights reserved.