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