Uses of Class
software.amazon.awssdk.services.glue.model.GetUserDefinedFunctionsResponse
-
Packages that use GetUserDefinedFunctionsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetUserDefinedFunctionsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetUserDefinedFunctionsResponse Modifier and Type Method Description default GetUserDefinedFunctionsResponseGlueClient. getUserDefinedFunctions(Consumer<GetUserDefinedFunctionsRequest.Builder> getUserDefinedFunctionsRequest)Retrieves multiple function definitions from the Data Catalog.default GetUserDefinedFunctionsResponseGlueClient. getUserDefinedFunctions(GetUserDefinedFunctionsRequest getUserDefinedFunctionsRequest)Retrieves multiple function definitions from the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetUserDefinedFunctionsResponse Modifier and Type Method Description default CompletableFuture<GetUserDefinedFunctionsResponse>GlueAsyncClient. getUserDefinedFunctions(Consumer<GetUserDefinedFunctionsRequest.Builder> getUserDefinedFunctionsRequest)Retrieves multiple function definitions from the Data Catalog.default CompletableFuture<GetUserDefinedFunctionsResponse>GlueAsyncClient. getUserDefinedFunctions(GetUserDefinedFunctionsRequest getUserDefinedFunctionsRequest)Retrieves multiple function definitions from the Data Catalog. -
Uses of GetUserDefinedFunctionsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetUserDefinedFunctionsResponse Modifier and Type Method Description Iterator<GetUserDefinedFunctionsResponse>GetUserDefinedFunctionsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetUserDefinedFunctionsResponse Modifier and Type Method Description voidGetUserDefinedFunctionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetUserDefinedFunctionsResponse> subscriber)
-