Uses of Class
software.amazon.awssdk.services.iotdataplane.model.ListNamedShadowsForThingRequest
-
Packages that use ListNamedShadowsForThingRequest Package Description software.amazon.awssdk.services.iotdataplane IoT data software.amazon.awssdk.services.iotdataplane.transform -
-
Uses of ListNamedShadowsForThingRequest in software.amazon.awssdk.services.iotdataplane
Methods in software.amazon.awssdk.services.iotdataplane with parameters of type ListNamedShadowsForThingRequest Modifier and Type Method Description default CompletableFuture<ListNamedShadowsForThingResponse>IotDataPlaneAsyncClient. listNamedShadowsForThing(ListNamedShadowsForThingRequest listNamedShadowsForThingRequest)Lists the shadows for the specified thing.default ListNamedShadowsForThingResponseIotDataPlaneClient. listNamedShadowsForThing(ListNamedShadowsForThingRequest listNamedShadowsForThingRequest)Lists the shadows for the specified thing. -
Uses of ListNamedShadowsForThingRequest in software.amazon.awssdk.services.iotdataplane.transform
Methods in software.amazon.awssdk.services.iotdataplane.transform with parameters of type ListNamedShadowsForThingRequest Modifier and Type Method Description SdkHttpFullRequestListNamedShadowsForThingRequestMarshaller. marshall(ListNamedShadowsForThingRequest listNamedShadowsForThingRequest)
-