Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.Thing
-
Packages that use Thing Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of Thing in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type Thing Modifier and Type Method Description List<Thing>SearchThingsResponse. things()An array of things in the result set.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type Thing Modifier and Type Method Description SearchThingsResponse.BuilderSearchThingsResponse.Builder. things(Thing... things)An array of things in the result set.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type Thing Modifier and Type Method Description SearchThingsResponse.BuilderSearchThingsResponse.Builder. things(Collection<Thing> things)An array of things in the result set. -
Uses of Thing in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type Thing Modifier and Type Method Description SdkIterable<Thing>SearchThingsIterable. things()Returns an iterable to iterate through the paginatedSearchThingsResponse.things()member.SdkPublisher<Thing>SearchThingsPublisher. things()Returns a publisher that can be used to get a stream of data.
-