Uses of Class
software.amazon.awssdk.services.glue.model.GetCustomEntityTypeRequest
-
Packages that use GetCustomEntityTypeRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetCustomEntityTypeRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetCustomEntityTypeRequest Modifier and Type Method Description default CompletableFuture<GetCustomEntityTypeResponse>GlueAsyncClient. getCustomEntityType(GetCustomEntityTypeRequest 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. -
Uses of GetCustomEntityTypeRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetCustomEntityTypeRequest Modifier and Type Method Description SdkHttpFullRequestGetCustomEntityTypeRequestMarshaller. marshall(GetCustomEntityTypeRequest getCustomEntityTypeRequest)
-