| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfigType |
ApplicationConfigType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ApplicationConfigType |
ApplicationConfig.type()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
static ApplicationConfigType |
ApplicationConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationConfigType[] |
ApplicationConfigType.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<ApplicationConfigType> |
ApplicationConfigType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig.Builder |
ApplicationConfig.Builder.type(ApplicationConfigType type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
Copyright © 2022. All rights reserved.