Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.DeviceData
-
Packages that use DeviceData Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of DeviceData in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type DeviceData Modifier and Type Method Description List<DeviceData>SearchDevicesResponse. devices()The devices that meet the specified set of filter criteria, in sort order.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type DeviceData Modifier and Type Method Description SearchDevicesResponse.BuilderSearchDevicesResponse.Builder. devices(DeviceData... devices)The devices that meet the specified set of filter criteria, in sort order.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type DeviceData Modifier and Type Method Description SearchDevicesResponse.BuilderSearchDevicesResponse.Builder. devices(Collection<DeviceData> devices)The devices that meet the specified set of filter criteria, in sort order.
-