Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyValueHistory
-
Packages that use PropertyValueHistory Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 PropertyValueHistory Modifier and Type Method Description 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 PropertyValueHistory Modifier and Type Method Description GetPropertyValueHistoryResponse.BuilderGetPropertyValueHistoryResponse.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 PropertyValueHistory Modifier and Type Method Description GetPropertyValueHistoryResponse.BuilderGetPropertyValueHistoryResponse.Builder. propertyValues(Collection<PropertyValueHistory> propertyValues)An object that maps strings to the property definitions in the component type.
-