Uses of Class
software.amazon.awssdk.services.glue.model.GetUserDefinedFunctionResponse
-
Packages that use GetUserDefinedFunctionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetUserDefinedFunctionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetUserDefinedFunctionResponse Modifier and Type Method Description default GetUserDefinedFunctionResponseGlueClient. getUserDefinedFunction(Consumer<GetUserDefinedFunctionRequest.Builder> getUserDefinedFunctionRequest)Retrieves a specified function definition from the Data Catalog.default GetUserDefinedFunctionResponseGlueClient. getUserDefinedFunction(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest)Retrieves a specified function definition from the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetUserDefinedFunctionResponse Modifier and Type Method Description default CompletableFuture<GetUserDefinedFunctionResponse>GlueAsyncClient. getUserDefinedFunction(Consumer<GetUserDefinedFunctionRequest.Builder> getUserDefinedFunctionRequest)Retrieves a specified function definition from the Data Catalog.default CompletableFuture<GetUserDefinedFunctionResponse>GlueAsyncClient. getUserDefinedFunction(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest)Retrieves a specified function definition from the Data Catalog.
-