Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchPutAssetPropertyErrorEntry
-
Packages that use BatchPutAssetPropertyErrorEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchPutAssetPropertyErrorEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchPutAssetPropertyErrorEntry Modifier and Type Method Description List<BatchPutAssetPropertyErrorEntry>BatchPutAssetPropertyValueResponse. errorEntries()A list of the errors (if any) associated with the batch put request.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchPutAssetPropertyErrorEntry Modifier and Type Method Description BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse.Builder. errorEntries(BatchPutAssetPropertyErrorEntry... errorEntries)A list of the errors (if any) associated with the batch put request.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchPutAssetPropertyErrorEntry Modifier and Type Method Description BatchPutAssetPropertyValueResponse.BuilderBatchPutAssetPropertyValueResponse.Builder. errorEntries(Collection<BatchPutAssetPropertyErrorEntry> errorEntries)A list of the errors (if any) associated with the batch put request.
-