Uses of Class
software.amazon.awssdk.services.iot.model.ThingAttribute
-
Packages that use ThingAttribute Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of ThingAttribute in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingAttribute Modifier and Type Method Description List<ThingAttribute>ListThingsResponse. things()The things.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingAttribute Modifier and Type Method Description ListThingsResponse.BuilderListThingsResponse.Builder. things(ThingAttribute... things)The things.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingAttribute Modifier and Type Method Description ListThingsResponse.BuilderListThingsResponse.Builder. things(Collection<ThingAttribute> things)The things. -
Uses of ThingAttribute in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ThingAttribute Modifier and Type Method Description SdkIterable<ThingAttribute>ListThingsIterable. things()Returns an iterable to iterate through the paginatedListThingsResponse.things()member.SdkPublisher<ThingAttribute>ListThingsPublisher. things()Returns a publisher that can be used to get a stream of data.
-