| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static SupportedRfRegion |
SupportedRfRegion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SupportedRfRegion |
LoRaWANMulticast.rfRegion()
Returns the value of the RfRegion property for this object.
|
SupportedRfRegion |
LoRaWANMulticastGet.rfRegion()
Returns the value of the RfRegion property for this object.
|
SupportedRfRegion |
LoRaWANFuotaTask.rfRegion()
Returns the value of the RfRegion property for this object.
|
static SupportedRfRegion |
SupportedRfRegion.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SupportedRfRegion> |
SupportedRfRegion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LoRaWANMulticast.Builder |
LoRaWANMulticast.Builder.rfRegion(SupportedRfRegion rfRegion)
Sets the value of the RfRegion property for this object.
|
LoRaWANMulticastGet.Builder |
LoRaWANMulticastGet.Builder.rfRegion(SupportedRfRegion rfRegion)
Sets the value of the RfRegion property for this object.
|
LoRaWANFuotaTask.Builder |
LoRaWANFuotaTask.Builder.rfRegion(SupportedRfRegion rfRegion)
Sets the value of the RfRegion property for this object.
|
Copyright © 2022. All rights reserved.