Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyValueHistory
Packages that use PropertyValueHistory
-
Uses of PropertyValueHistory in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyValueHistoryModifier and TypeMethodDescriptionfinal List<PropertyValueHistory>GetPropertyValueHistoryResponse.propertyValues()An object that maps strings to the property definitions in the component type.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyValueHistoryModifier and TypeMethodDescriptionGetPropertyValueHistoryResponse.Builder.propertyValues(PropertyValueHistory... propertyValues) An object that maps strings to the property definitions in the component type.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyValueHistoryModifier and TypeMethodDescriptionGetPropertyValueHistoryResponse.Builder.propertyValues(Collection<PropertyValueHistory> propertyValues) An object that maps strings to the property definitions in the component type.