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