@Stability(value=Stable)
public static interface CfnWirelessDevice.SessionKeysAbpV10xProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
SessionKeysAbpV10xProperty sessionKeysAbpV10xProperty = SessionKeysAbpV10xProperty.builder()
.appSKey("appSKey")
.nwkSKey("nwkSKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder
A builder for
CfnWirelessDevice.SessionKeysAbpV10xProperty |
static class |
CfnWirelessDevice.SessionKeysAbpV10xProperty.Jsii$Proxy
An implementation for
CfnWirelessDevice.SessionKeysAbpV10xProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder |
builder() |
String |
getAppSKey()
`CfnWirelessDevice.SessionKeysAbpV10xProperty.AppSKey`.
|
String |
getNwkSKey()
`CfnWirelessDevice.SessionKeysAbpV10xProperty.NwkSKey`.
|
@Stability(value=Stable) @NotNull String getAppSKey()
@Stability(value=Stable) @NotNull String getNwkSKey()
@Stability(value=Stable) static CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder builder()
Copyright © 2021. All rights reserved.