Uses of Class
software.amazon.awssdk.services.glue.model.IcebergUpdateAction
-
Packages that use IcebergUpdateAction Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergUpdateAction in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergUpdateAction Modifier and Type Method Description IcebergUpdateActionIcebergTableUpdate. action()The type of update action to be performed on the Iceberg table.static IcebergUpdateActionIcebergUpdateAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IcebergUpdateActionIcebergUpdateAction. valueOf(String name)Returns the enum constant of this type with the specified name.static IcebergUpdateAction[]IcebergUpdateAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergUpdateAction Modifier and Type Method Description static Set<IcebergUpdateAction>IcebergUpdateAction. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergUpdateAction Modifier and Type Method Description IcebergTableUpdate.BuilderIcebergTableUpdate.Builder. action(IcebergUpdateAction action)The type of update action to be performed on the Iceberg table.
-