Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
UserDefinedFunctionInput |
UserDefinedFunctionInput.clone() |
UserDefinedFunctionInput |
UpdateUserDefinedFunctionRequest.getFunctionInput()
A
FunctionInput object that re-defines the function in the Data Catalog. |
UserDefinedFunctionInput |
CreateUserDefinedFunctionRequest.getFunctionInput()
A
FunctionInput object that defines the function to create in the Data Catalog. |
UserDefinedFunctionInput |
UserDefinedFunctionInput.withClassName(String className)
The Java class that contains the function code.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withFunctionName(String functionName)
The name of the function.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withOwnerName(String ownerName)
The owner of the function.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withOwnerType(PrincipalType ownerType)
The owner type.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withOwnerType(String ownerType)
The owner type.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withResourceUris(Collection<ResourceUri> resourceUris)
The resource URIs for the function.
|
UserDefinedFunctionInput |
UserDefinedFunctionInput.withResourceUris(ResourceUri... resourceUris)
The resource URIs for the function.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateUserDefinedFunctionRequest.setFunctionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that re-defines the function in the Data Catalog. |
void |
CreateUserDefinedFunctionRequest.setFunctionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that defines the function to create in the Data Catalog. |
UpdateUserDefinedFunctionRequest |
UpdateUserDefinedFunctionRequest.withFunctionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that re-defines the function in the Data Catalog. |
CreateUserDefinedFunctionRequest |
CreateUserDefinedFunctionRequest.withFunctionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that defines the function to create in the Data Catalog. |
Copyright © 2018. All rights reserved.