Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyErrorEntry
Packages that use BatchPutPropertyErrorEntry
-
Uses of BatchPutPropertyErrorEntry in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type BatchPutPropertyErrorEntryModifier and TypeMethodDescriptionfinal List<BatchPutPropertyErrorEntry>BatchPutPropertyValuesResponse.errorEntries()Entries that caused errors in the batch put operation.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type BatchPutPropertyErrorEntryModifier and TypeMethodDescriptionBatchPutPropertyValuesResponse.Builder.errorEntries(BatchPutPropertyErrorEntry... errorEntries) Entries that caused errors in the batch put operation.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type BatchPutPropertyErrorEntryModifier and TypeMethodDescriptionBatchPutPropertyValuesResponse.Builder.errorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries) Entries that caused errors in the batch put operation.