Uses of Class
software.amazon.awssdk.services.iotwireless.model.DeviceProfile
-
Packages that use DeviceProfile Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of DeviceProfile in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type DeviceProfile Modifier and Type Method Description List<DeviceProfile>ListDeviceProfilesResponse. deviceProfileList()The list of device profiles.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type DeviceProfile Modifier and Type Method Description ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse.Builder. deviceProfileList(DeviceProfile... deviceProfileList)The list of device profiles.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type DeviceProfile Modifier and Type Method Description ListDeviceProfilesResponse.BuilderListDeviceProfilesResponse.Builder. deviceProfileList(Collection<DeviceProfile> deviceProfileList)The list of device profiles.
-