Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertySummary
Packages that use PropertySummary
-
Uses of PropertySummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertySummaryModifier and TypeMethodDescriptionfinal List<PropertySummary>ListPropertiesResponse.propertySummaries()A list of objects that contain information about the properties.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertySummaryModifier and TypeMethodDescriptionListPropertiesResponse.Builder.propertySummaries(PropertySummary... propertySummaries) A list of objects that contain information about the properties.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertySummaryModifier and TypeMethodDescriptionListPropertiesResponse.Builder.propertySummaries(Collection<PropertySummary> propertySummaries) A list of objects that contain information about the properties.