Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ListDevicesResponse
-
Packages that use ListDevicesResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseIot1ClickDevicesClient. listDevices(Consumer<ListDevicesRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>Iot1ClickDevicesAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the 1-Click compatible devices associated with your AWS account.default CompletableFuture<ListDevicesResponse>Iot1ClickDevicesAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Lists the 1-Click compatible devices associated with your AWS account.
-