Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertySummary
-
Packages that use PropertySummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 PropertySummary Modifier and Type Method Description 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 PropertySummary Modifier and Type Method Description ListPropertiesResponse.BuilderListPropertiesResponse.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 PropertySummary Modifier and Type Method Description ListPropertiesResponse.BuilderListPropertiesResponse.Builder. propertySummaries(Collection<PropertySummary> propertySummaries)A list of objects that contain information about the properties.
-