Uses of Class
software.amazon.awssdk.services.iotwireless.model.DeviceProfileType
-
Packages that use DeviceProfileType Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of DeviceProfileType in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return DeviceProfileType Modifier and Type Method Description DeviceProfileTypeListDeviceProfilesRequest. deviceProfileType()A filter to list only device profiles that use this type, which can beLoRaWANorSidewalk.static DeviceProfileTypeDeviceProfileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceProfileTypeDeviceProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceProfileType[]DeviceProfileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type DeviceProfileType Modifier and Type Method Description static Set<DeviceProfileType>DeviceProfileType. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type DeviceProfileType Modifier and Type Method Description ListDeviceProfilesRequest.BuilderListDeviceProfilesRequest.Builder. deviceProfileType(DeviceProfileType deviceProfileType)A filter to list only device profiles that use this type, which can beLoRaWANorSidewalk.
-