Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
UserDefinedFunction |
UserDefinedFunction.clone() |
UserDefinedFunction |
GetUserDefinedFunctionResult.getUserDefinedFunction()
The requested function definition.
|
UserDefinedFunction |
UserDefinedFunction.withCatalogId(String catalogId)
The ID of the Data Catalog in which the function resides.
|
UserDefinedFunction |
UserDefinedFunction.withClassName(String className)
The Java class that contains the function code.
|
UserDefinedFunction |
UserDefinedFunction.withCreateTime(Date createTime)
The time at which the function was created.
|
UserDefinedFunction |
UserDefinedFunction.withDatabaseName(String databaseName)
The name of the catalog database that contains the function.
|
UserDefinedFunction |
UserDefinedFunction.withFunctionName(String functionName)
The name of the function.
|
UserDefinedFunction |
UserDefinedFunction.withOwnerName(String ownerName)
The owner of the function.
|
UserDefinedFunction |
UserDefinedFunction.withOwnerType(PrincipalType ownerType)
The owner type.
|
UserDefinedFunction |
UserDefinedFunction.withOwnerType(String ownerType)
The owner type.
|
UserDefinedFunction |
UserDefinedFunction.withResourceUris(Collection<ResourceUri> resourceUris)
The resource URIs for the function.
|
UserDefinedFunction |
UserDefinedFunction.withResourceUris(ResourceUri... resourceUris)
The resource URIs for the function.
|
Modifier and Type | Method and Description |
---|---|
List<UserDefinedFunction> |
GetUserDefinedFunctionsResult.getUserDefinedFunctions()
A list of requested function definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserDefinedFunctionResult.setUserDefinedFunction(UserDefinedFunction userDefinedFunction)
The requested function definition.
|
GetUserDefinedFunctionResult |
GetUserDefinedFunctionResult.withUserDefinedFunction(UserDefinedFunction userDefinedFunction)
The requested function definition.
|
GetUserDefinedFunctionsResult |
GetUserDefinedFunctionsResult.withUserDefinedFunctions(UserDefinedFunction... userDefinedFunctions)
A list of requested function definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserDefinedFunctionsResult.setUserDefinedFunctions(Collection<UserDefinedFunction> userDefinedFunctions)
A list of requested function definitions.
|
GetUserDefinedFunctionsResult |
GetUserDefinedFunctionsResult.withUserDefinedFunctions(Collection<UserDefinedFunction> userDefinedFunctions)
A list of requested function definitions.
|
Copyright © 2023. All rights reserved.