Uses of Interface
software.amazon.awssdk.services.iot.model.PropagatingAttribute.Builder
-
Packages that use PropagatingAttribute.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PropagatingAttribute.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PropagatingAttribute.Builder Modifier and Type Method Description static PropagatingAttribute.BuilderPropagatingAttribute. builder()PropagatingAttribute.BuilderPropagatingAttribute.Builder. connectionAttribute(String connectionAttribute)The attribute associated with the connection between a device and Amazon Web Services IoT Core.PropagatingAttribute.BuilderPropagatingAttribute.Builder. thingAttribute(String thingAttribute)The user-defined thing attribute that is propagating for MQTT 5 message enrichment.PropagatingAttribute.BuilderPropagatingAttribute. toBuilder()PropagatingAttribute.BuilderPropagatingAttribute.Builder. userPropertyKey(String userPropertyKey)The key of the user property key-value pair.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PropagatingAttribute.Builder Modifier and Type Method Description static Class<? extends PropagatingAttribute.Builder>PropagatingAttribute. serializableBuilderClass()
-