Class NamedShadowDeltaUpdatedSubscriptionRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.NamedShadowDeltaUpdatedSubscriptionRequest
-
public class NamedShadowDeltaUpdatedSubscriptionRequest extends Object
Data needed to subscribe to a device's NamedShadowDelta events.
-
-
Field Summary
Fields Modifier and Type Field Description String
shadowName
Name of the shadow to get ShadowDelta events for.String
thingName
Name of the AWS IoT thing to get NamedShadowDelta events for.
-
Constructor Summary
Constructors Constructor Description NamedShadowDeltaUpdatedSubscriptionRequest()
-