Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyErrorEntry
-
Packages that use BatchPutPropertyErrorEntry Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 BatchPutPropertyErrorEntry Modifier and Type Method Description 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 BatchPutPropertyErrorEntry Modifier and Type Method Description BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse.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 BatchPutPropertyErrorEntry Modifier and Type Method Description BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse.Builder. errorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)Entries that caused errors in the batch put operation.
-