Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyValueEntry
-
Packages that use PropertyValueEntry Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyValueEntry in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyValueEntry Modifier and Type Method Description 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 PropertyValueEntry Modifier and Type Method Description 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 PropertyValueEntry Modifier and Type Method Description BatchPutPropertyValuesRequest.BuilderBatchPutPropertyValuesRequest.Builder. entries(PropertyValueEntry... entries)An object that maps strings to the property value entries to set.BatchPutPropertyError.BuilderBatchPutPropertyError.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 PropertyValueEntry Modifier and Type Method Description BatchPutPropertyValuesRequest.BuilderBatchPutPropertyValuesRequest.Builder. entries(Collection<PropertyValueEntry> entries)An object that maps strings to the property value entries to set.
-