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