Uses of Interface
software.amazon.awssdk.services.iotwireless.model.SessionKeysAbpV1_0_x.Builder
-
Packages that use SessionKeysAbpV1_0_x.Builder Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of SessionKeysAbpV1_0_x.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return SessionKeysAbpV1_0_x.Builder Modifier and Type Method Description SessionKeysAbpV1_0_x.BuilderSessionKeysAbpV1_0_x.Builder. appSKey(String appSKey)The AppSKey value.static SessionKeysAbpV1_0_x.BuilderSessionKeysAbpV1_0_x. builder()SessionKeysAbpV1_0_x.BuilderSessionKeysAbpV1_0_x.Builder. nwkSKey(String nwkSKey)The NwkSKey value.SessionKeysAbpV1_0_x.BuilderSessionKeysAbpV1_0_x. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type SessionKeysAbpV1_0_x.Builder Modifier and Type Method Description static Class<? extends SessionKeysAbpV1_0_x.Builder>SessionKeysAbpV1_0_x. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type SessionKeysAbpV1_0_x.Builder Modifier and Type Method Description default AbpV1_0_x.BuilderAbpV1_0_x.Builder. sessionKeys(Consumer<SessionKeysAbpV1_0_x.Builder> sessionKeys)Session keys for ABP v1.0.x
-