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