Uses of Class
software.amazon.awssdk.services.iotsitewise.model.BatchPutAssetPropertyError
-
Packages that use BatchPutAssetPropertyError Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchPutAssetPropertyError in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchPutAssetPropertyError Modifier and Type Method Description List<BatchPutAssetPropertyError>BatchPutAssetPropertyErrorEntry. errors()The list of update property value errors.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type BatchPutAssetPropertyError Modifier and Type Method Description BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry.Builder. errors(BatchPutAssetPropertyError... errors)The list of update property value errors.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchPutAssetPropertyError Modifier and Type Method Description BatchPutAssetPropertyErrorEntry.BuilderBatchPutAssetPropertyErrorEntry.Builder. errors(Collection<BatchPutAssetPropertyError> errors)The list of update property value errors.
-