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