Uses of Class
software.amazon.awssdk.services.iotwireless.model.DlClass
-
Packages that use DlClass Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of DlClass in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return DlClass Modifier and Type Method Description DlClassLoRaWANMulticast. dlClass()Returns the value of the DlClass property for this object.DlClassLoRaWANMulticastGet. dlClass()Returns the value of the DlClass property for this object.static DlClassDlClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DlClassDlClass. valueOf(String name)Returns the enum constant of this type with the specified name.static DlClass[]DlClass. 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 DlClass Modifier and Type Method Description static Set<DlClass>DlClass. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type DlClass Modifier and Type Method Description LoRaWANMulticast.BuilderLoRaWANMulticast.Builder. dlClass(DlClass dlClass)Sets the value of the DlClass property for this object.LoRaWANMulticastGet.BuilderLoRaWANMulticastGet.Builder. dlClass(DlClass dlClass)Sets the value of the DlClass property for this object.
-