Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ListDevicesRequest
-
Packages that use ListDevicesRequest 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 ListDevicesRequest in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices with parameters of type ListDevicesRequest Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>Iot1ClickDevicesAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Lists the 1-Click compatible devices associated with your AWS account.default ListDevicesResponseIot1ClickDevicesClient. listDevices(ListDevicesRequest listDevicesRequest)Lists the 1-Click compatible devices associated with your AWS account. -
Uses of ListDevicesRequest in software.amazon.awssdk.services.iot1clickdevices.transform
Methods in software.amazon.awssdk.services.iot1clickdevices.transform with parameters of type ListDevicesRequest Modifier and Type Method Description SdkHttpFullRequestListDevicesRequestMarshaller. marshall(ListDevicesRequest listDevicesRequest)
-