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 StringshadowNameName of the shadow to get NamedShadowUpdated events for.StringthingNameName of the AWS IoT thing to get NamedShadowUpdated events for.
-
Constructor Summary
Constructors Constructor Description NamedShadowUpdatedSubscriptionRequest()
-