Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.GetDeviceMethodsResponse
-
Packages that use GetDeviceMethodsResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of GetDeviceMethodsResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return GetDeviceMethodsResponse Modifier and Type Method Description default GetDeviceMethodsResponseIot1ClickDevicesClient. getDeviceMethods(Consumer<GetDeviceMethodsRequest.Builder> getDeviceMethodsRequest)Given a device ID, returns the invokable methods associated with the device.default GetDeviceMethodsResponseIot1ClickDevicesClient. getDeviceMethods(GetDeviceMethodsRequest getDeviceMethodsRequest)Given a device ID, returns the invokable methods associated with the device.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type GetDeviceMethodsResponse Modifier and Type Method 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.
-