Uses of Class
software.amazon.awssdk.services.iot.model.ThingDocument
-
Packages that use ThingDocument Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingDocument in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingDocument Modifier and Type Method Description List<ThingDocument>SearchIndexResponse. things()The things that match the search query.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingDocument Modifier and Type Method Description SearchIndexResponse.BuilderSearchIndexResponse.Builder. things(ThingDocument... things)The things that match the search query.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingDocument Modifier and Type Method Description SearchIndexResponse.BuilderSearchIndexResponse.Builder. things(Collection<ThingDocument> things)The things that match the search query.
-