Uses of Interface
software.amazon.awssdk.services.honeycode.model.UpsertRowsResult.Builder
-
Packages that use UpsertRowsResult.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of UpsertRowsResult.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return UpsertRowsResult.Builder Modifier and Type Method Description static UpsertRowsResult.BuilderUpsertRowsResult. builder()UpsertRowsResult.BuilderUpsertRowsResult.Builder. rowIds(String... rowIds)The list of row ids that were changed as part of an upsert row operation.UpsertRowsResult.BuilderUpsertRowsResult.Builder. rowIds(Collection<String> rowIds)The list of row ids that were changed as part of an upsert row operation.UpsertRowsResult.BuilderUpsertRowsResult. toBuilder()UpsertRowsResult.BuilderUpsertRowsResult.Builder. upsertAction(String upsertAction)The result of the upsert action.UpsertRowsResult.BuilderUpsertRowsResult.Builder. upsertAction(UpsertAction upsertAction)The result of the upsert action.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type UpsertRowsResult.Builder Modifier and Type Method Description static Class<? extends UpsertRowsResult.Builder>UpsertRowsResult. serializableBuilderClass()
-