Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.GetDeviceMethodsRequest
-
Packages that use GetDeviceMethodsRequest Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service.software.amazon.awssdk.services.iot1clickdevices.transform -
-
Uses of GetDeviceMethodsRequest in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices with parameters of type GetDeviceMethodsRequest Modifier and Type Method Description default CompletableFuture<GetDeviceMethodsResponse>Iot1ClickDevicesAsyncClient. getDeviceMethods(GetDeviceMethodsRequest 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. -
Uses of GetDeviceMethodsRequest in software.amazon.awssdk.services.iot1clickdevices.transform
Methods in software.amazon.awssdk.services.iot1clickdevices.transform with parameters of type GetDeviceMethodsRequest Modifier and Type Method Description SdkHttpFullRequestGetDeviceMethodsRequestMarshaller. marshall(GetDeviceMethodsRequest getDeviceMethodsRequest)
-