Uses of Class
software.amazon.awssdk.services.honeycode.model.UpsertAction
-
Packages that use UpsertAction Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of UpsertAction in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return UpsertAction Modifier and Type Method Description static UpsertActionUpsertAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpsertActionUpsertRowsResult. upsertAction()The result of the upsert action.static UpsertActionUpsertAction. valueOf(String name)Returns the enum constant of this type with the specified name.static UpsertAction[]UpsertAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type UpsertAction Modifier and Type Method Description static Set<UpsertAction>UpsertAction. knownValues()Methods in software.amazon.awssdk.services.honeycode.model with parameters of type UpsertAction Modifier and Type Method Description UpsertRowsResult.BuilderUpsertRowsResult.Builder. upsertAction(UpsertAction upsertAction)The result of the upsert action.
-