Uses of Interface
software.amazon.awssdk.services.iotdataplane.model.ListNamedShadowsForThingResponse.Builder
-
Packages that use ListNamedShadowsForThingResponse.Builder Package Description software.amazon.awssdk.services.iotdataplane.model -
-
Uses of ListNamedShadowsForThingResponse.Builder in software.amazon.awssdk.services.iotdataplane.model
Methods in software.amazon.awssdk.services.iotdataplane.model that return ListNamedShadowsForThingResponse.Builder Modifier and Type Method Description static ListNamedShadowsForThingResponse.BuilderListNamedShadowsForThingResponse. builder()ListNamedShadowsForThingResponse.BuilderListNamedShadowsForThingResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListNamedShadowsForThingResponse.BuilderListNamedShadowsForThingResponse.Builder. results(String... results)The list of shadows for the specified thing.ListNamedShadowsForThingResponse.BuilderListNamedShadowsForThingResponse.Builder. results(Collection<String> results)The list of shadows for the specified thing.ListNamedShadowsForThingResponse.BuilderListNamedShadowsForThingResponse.Builder. timestamp(Long timestamp)The Epoch date and time the response was generated by IoT.ListNamedShadowsForThingResponse.BuilderListNamedShadowsForThingResponse. toBuilder()Methods in software.amazon.awssdk.services.iotdataplane.model that return types with arguments of type ListNamedShadowsForThingResponse.Builder Modifier and Type Method Description static Class<? extends ListNamedShadowsForThingResponse.Builder>ListNamedShadowsForThingResponse. serializableBuilderClass()
-