Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyValueEntry
Packages that use PropertyValueEntry
-
Uses of PropertyValueEntry in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyValueEntryModifier and TypeMethodDescriptionfinal PropertyValueEntryBatchPutPropertyError.entry()An object that contains information about errors returned by theBatchPutPropertyaction.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyValueEntryModifier and TypeMethodDescriptionfinal List<PropertyValueEntry>BatchPutPropertyValuesRequest.entries()An object that maps strings to the property value entries to set.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyValueEntryModifier and TypeMethodDescriptionBatchPutPropertyValuesRequest.Builder.entries(PropertyValueEntry... entries) An object that maps strings to the property value entries to set.BatchPutPropertyError.Builder.entry(PropertyValueEntry entry) An object that contains information about errors returned by theBatchPutPropertyaction.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyValueEntryModifier and TypeMethodDescriptionBatchPutPropertyValuesRequest.Builder.entries(Collection<PropertyValueEntry> entries) An object that maps strings to the property value entries to set.