Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetUserDefinedFunctionResult> |
AWSGlueAsyncClient.getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest request,
AsyncHandler<GetUserDefinedFunctionRequest,GetUserDefinedFunctionResult> asyncHandler) |
Future<GetUserDefinedFunctionResult> |
AWSGlueAsync.getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest,
AsyncHandler<GetUserDefinedFunctionRequest,GetUserDefinedFunctionResult> asyncHandler)
Retrieves a specified function definition from the Data Catalog.
|
Future<GetUserDefinedFunctionResult> |
AbstractAWSGlueAsync.getUserDefinedFunctionAsync(GetUserDefinedFunctionRequest request,
AsyncHandler<GetUserDefinedFunctionRequest,GetUserDefinedFunctionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetUserDefinedFunctionRequest |
GetUserDefinedFunctionRequest.clone() |
GetUserDefinedFunctionRequest |
GetUserDefinedFunctionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the function to be retrieved is located.
|
GetUserDefinedFunctionRequest |
GetUserDefinedFunctionRequest.withDatabaseName(String databaseName)
The name of the catalog database where the function is located.
|
GetUserDefinedFunctionRequest |
GetUserDefinedFunctionRequest.withFunctionName(String functionName)
The name of the function.
|
Copyright © 2020. All rights reserved.