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