Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyError
Packages that use BatchPutPropertyError
-
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 BatchPutPropertyErrorModifier and TypeMethodDescriptionfinal 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 BatchPutPropertyErrorModifier and TypeMethodDescriptionBatchPutPropertyErrorEntry.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 BatchPutPropertyErrorModifier and TypeMethodDescriptionBatchPutPropertyErrorEntry.Builder.errors(Collection<BatchPutPropertyError> errors) A list of objects that contain information about errors returned by theBatchPutPropertyaction.