Uses of Class
software.amazon.awssdk.services.iot.model.PropagatingAttribute
-
Packages that use PropagatingAttribute Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PropagatingAttribute in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PropagatingAttribute Modifier and Type Method Description List<PropagatingAttribute>Mqtt5Configuration. propagatingAttributes()An object that represents the propagating thing attributes and the connection attributes.Methods in software.amazon.awssdk.services.iot.model with parameters of type PropagatingAttribute Modifier and Type Method Description Mqtt5Configuration.BuilderMqtt5Configuration.Builder. propagatingAttributes(PropagatingAttribute... propagatingAttributes)An object that represents the propagating thing attributes and the connection attributes.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type PropagatingAttribute Modifier and Type Method Description Mqtt5Configuration.BuilderMqtt5Configuration.Builder. propagatingAttributes(Collection<PropagatingAttribute> propagatingAttributes)An object that represents the propagating thing attributes and the connection attributes.
-