Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyError
-
Packages that use BatchPutPropertyError Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of BatchPutPropertyError in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type BatchPutPropertyError Modifier and Type Method Description List<BatchPutPropertyError>BatchPutPropertyErrorEntry. errors()A list of objects that contain information about errors returned by theBatchPutPropertyaction.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type BatchPutPropertyError Modifier and Type Method Description BatchPutPropertyErrorEntry.BuilderBatchPutPropertyErrorEntry.Builder. errors(BatchPutPropertyError... errors)A list of objects that contain information about errors returned by theBatchPutPropertyaction.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type BatchPutPropertyError Modifier and Type Method Description BatchPutPropertyErrorEntry.BuilderBatchPutPropertyErrorEntry.Builder. errors(Collection<BatchPutPropertyError> errors)A list of objects that contain information about errors returned by theBatchPutPropertyaction.
-