Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.BatchPutPropertyValuesResponse.Builder
-
Packages that use BatchPutPropertyValuesResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of BatchPutPropertyValuesResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return BatchPutPropertyValuesResponse.Builder Modifier and Type Method Description static BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse. builder()BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse.Builder. errorEntries(Collection<BatchPutPropertyErrorEntry> errorEntries)Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse.Builder. errorEntries(Consumer<BatchPutPropertyErrorEntry.Builder>... errorEntries)Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse.Builder. errorEntries(BatchPutPropertyErrorEntry... errorEntries)Entries that caused errors in the batch put operation.BatchPutPropertyValuesResponse.BuilderBatchPutPropertyValuesResponse. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type BatchPutPropertyValuesResponse.Builder Modifier and Type Method Description static Class<? extends BatchPutPropertyValuesResponse.Builder>BatchPutPropertyValuesResponse. serializableBuilderClass()
-