Uses of Class
software.amazon.awssdk.services.glue.model.ViewUpdateAction
-
Packages that use ViewUpdateAction Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewUpdateAction in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ViewUpdateAction Modifier and Type Method Description static ViewUpdateActionViewUpdateAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ViewUpdateActionViewUpdateAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewUpdateAction[]ViewUpdateAction. values()Returns an array containing the constants of this enum type, in the order they are declared.ViewUpdateActionUpdateTableRequest. viewUpdateAction()The operation to be performed when updating the view.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ViewUpdateAction Modifier and Type Method Description static Set<ViewUpdateAction>ViewUpdateAction. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ViewUpdateAction Modifier and Type Method Description UpdateTableRequest.BuilderUpdateTableRequest.Builder. viewUpdateAction(ViewUpdateAction viewUpdateAction)The operation to be performed when updating the view.
-