Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateUserDefinedFunctionResult> |
AWSGlueAsyncClient.createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest request,
AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResult> asyncHandler) |
Future<CreateUserDefinedFunctionResult> |
AbstractAWSGlueAsync.createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest request,
AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResult> asyncHandler) |
Future<CreateUserDefinedFunctionResult> |
AWSGlueAsync.createUserDefinedFunctionAsync(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest,
AsyncHandler<CreateUserDefinedFunctionRequest,CreateUserDefinedFunctionResult> asyncHandler)
Creates a new function definition in the Data Catalog.
|
Modifier and Type | Method and Description |
---|---|
CreateUserDefinedFunctionRequest |
CreateUserDefinedFunctionRequest.clone() |
CreateUserDefinedFunctionRequest |
CreateUserDefinedFunctionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the function.
|
CreateUserDefinedFunctionRequest |
CreateUserDefinedFunctionRequest.withDatabaseName(String databaseName)
The name of the catalog database in which to create the function.
|
CreateUserDefinedFunctionRequest |
CreateUserDefinedFunctionRequest.withFunctionInput(UserDefinedFunctionInput functionInput)
A
FunctionInput object that defines the function to create in the Data Catalog. |
Copyright © 2021. All rights reserved.