Uses of Class
software.amazon.awssdk.services.glue.model.GetCustomEntityTypeResponse
-
Packages that use GetCustomEntityTypeResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetCustomEntityTypeResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetCustomEntityTypeResponse Modifier and Type Method Description default GetCustomEntityTypeResponseGlueClient. getCustomEntityType(Consumer<GetCustomEntityTypeRequest.Builder> getCustomEntityTypeRequest)Retrieves the details of a custom pattern by specifying its name.default GetCustomEntityTypeResponseGlueClient. getCustomEntityType(GetCustomEntityTypeRequest getCustomEntityTypeRequest)Retrieves the details of a custom pattern by specifying its name.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetCustomEntityTypeResponse Modifier and Type Method Description default CompletableFuture<GetCustomEntityTypeResponse>GlueAsyncClient. getCustomEntityType(Consumer<GetCustomEntityTypeRequest.Builder> getCustomEntityTypeRequest)Retrieves the details of a custom pattern by specifying its name.default CompletableFuture<GetCustomEntityTypeResponse>GlueAsyncClient. getCustomEntityType(GetCustomEntityTypeRequest getCustomEntityTypeRequest)Retrieves the details of a custom pattern by specifying its name.
-