Uses of Class
software.amazon.awssdk.services.glue.model.UserDefinedFunctionInput
-
Packages that use UserDefinedFunctionInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UserDefinedFunctionInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UserDefinedFunctionInput Modifier and Type Method Description UserDefinedFunctionInputCreateUserDefinedFunctionRequest. functionInput()AFunctionInputobject that defines the function to create in the Data Catalog.UserDefinedFunctionInputUpdateUserDefinedFunctionRequest. functionInput()AFunctionInputobject that redefines the function in the Data Catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type UserDefinedFunctionInput Modifier and Type Method Description CreateUserDefinedFunctionRequest.BuilderCreateUserDefinedFunctionRequest.Builder. functionInput(UserDefinedFunctionInput functionInput)AFunctionInputobject that defines the function to create in the Data Catalog.UpdateUserDefinedFunctionRequest.BuilderUpdateUserDefinedFunctionRequest.Builder. functionInput(UserDefinedFunctionInput functionInput)AFunctionInputobject that redefines the function in the Data Catalog.
-