Uses of Class
software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
-
Packages that use UpsertRowsResult Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of UpsertRowsResult in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type UpsertRowsResult Modifier and Type Method Description Map<String,UpsertRowsResult>BatchUpsertTableRowsResponse. rows()A map with the batch item id as the key and the result of the upsert operation as the value.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type UpsertRowsResult Modifier and Type Method Description BatchUpsertTableRowsResponse.BuilderBatchUpsertTableRowsResponse.Builder. rows(Map<String,UpsertRowsResult> rows)A map with the batch item id as the key and the result of the upsert operation as the value.
-