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