Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.EntitySummary
Packages that use EntitySummary
-
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 EntitySummaryModifier and TypeMethodDescriptionfinal 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 EntitySummaryModifier and TypeMethodDescriptionListEntitiesResponse.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 EntitySummaryModifier and TypeMethodDescriptionListEntitiesResponse.Builder.entitySummaries(Collection<EntitySummary> entitySummaries) A list of objects that contain information about the entities.