Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyLatestValue
-
Packages that use PropertyLatestValue Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyLatestValue in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyLatestValue Modifier and Type Method Description Map<String,PropertyLatestValue>GetPropertyValueResponse. propertyValues()An object that maps strings to the properties and latest property values in the response.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyLatestValue Modifier and Type Method Description GetPropertyValueResponse.BuilderGetPropertyValueResponse.Builder. propertyValues(Map<String,PropertyLatestValue> propertyValues)An object that maps strings to the properties and latest property values in the response.
-