public static interface CfnWirelessDevice.AbpV10xProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotwireless.*; AbpV10xProperty abpV10xProperty = AbpV10xProperty.builder() .devAddr("devAddr") .sessionKeys(SessionKeysAbpV10xProperty.builder() .appSKey("appSKey") .nwkSKey("nwkSKey") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWirelessDevice.AbpV10xProperty.Builder
A builder for
CfnWirelessDevice.AbpV10xProperty |
static class |
CfnWirelessDevice.AbpV10xProperty.Jsii$Proxy
An implementation for
CfnWirelessDevice.AbpV10xProperty |
Modifier and Type | Method and Description |
---|---|
static CfnWirelessDevice.AbpV10xProperty.Builder |
builder() |
java.lang.String |
getDevAddr()
The DevAddr value.
|
java.lang.Object |
getSessionKeys()
Session keys for ABP v1.0.x.
|
java.lang.String getDevAddr()
java.lang.Object getSessionKeys()
static CfnWirelessDevice.AbpV10xProperty.Builder builder()