Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.EntitySummary
-
Packages that use EntitySummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of EntitySummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type EntitySummary Modifier and Type Method Description List<EntitySummary>ListEntitiesResponse. entitySummaries()A list of objects that contain information about the entities.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type EntitySummary Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. entitySummaries(EntitySummary... entitySummaries)A list of objects that contain information about the entities.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type EntitySummary Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. entitySummaries(Collection<EntitySummary> entitySummaries)A list of objects that contain information about the entities.
-