Uses of Class
software.amazon.awssdk.services.glue.model.FunctionType
-
Packages that use FunctionType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of FunctionType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return FunctionType Modifier and Type Method Description static FunctionTypeFunctionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FunctionTypeGetUserDefinedFunctionsRequest. functionType()An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.FunctionTypeUserDefinedFunction. functionType()The type of the function.FunctionTypeUserDefinedFunctionInput. functionType()The type of the function.static FunctionTypeFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionType[]FunctionType. 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 FunctionType Modifier and Type Method Description static Set<FunctionType>FunctionType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type FunctionType Modifier and Type Method Description GetUserDefinedFunctionsRequest.BuilderGetUserDefinedFunctionsRequest.Builder. functionType(FunctionType functionType)An optional function-type pattern string that filters the function definitions returned from Amazon Redshift Federated Permissions Catalog.UserDefinedFunction.BuilderUserDefinedFunction.Builder. functionType(FunctionType functionType)The type of the function.UserDefinedFunctionInput.BuilderUserDefinedFunctionInput.Builder. functionType(FunctionType functionType)The type of the function.
-