Uses of Class
software.amazon.awssdk.services.glue.model.CreateUserDefinedFunctionResponse
-
Packages that use CreateUserDefinedFunctionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateUserDefinedFunctionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateUserDefinedFunctionResponse Modifier and Type Method Description default CreateUserDefinedFunctionResponseGlueClient. createUserDefinedFunction(Consumer<CreateUserDefinedFunctionRequest.Builder> createUserDefinedFunctionRequest)Creates a new function definition in the Data Catalog.default CreateUserDefinedFunctionResponseGlueClient. createUserDefinedFunction(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest)Creates a new function definition in the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateUserDefinedFunctionResponse Modifier and Type Method Description default CompletableFuture<CreateUserDefinedFunctionResponse>GlueAsyncClient. createUserDefinedFunction(Consumer<CreateUserDefinedFunctionRequest.Builder> createUserDefinedFunctionRequest)Creates a new function definition in the Data Catalog.default CompletableFuture<CreateUserDefinedFunctionResponse>GlueAsyncClient. createUserDefinedFunction(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest)Creates a new function definition in the Data Catalog.
-