Uses of Class
software.amazon.awssdk.services.glue.model.CreateCustomEntityTypeRequest
-
Packages that use CreateCustomEntityTypeRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateCustomEntityTypeRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateCustomEntityTypeRequest Modifier and Type Method Description default CompletableFuture<CreateCustomEntityTypeResponse>GlueAsyncClient. createCustomEntityType(CreateCustomEntityTypeRequest createCustomEntityTypeRequest)Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.default CreateCustomEntityTypeResponseGlueClient. createCustomEntityType(CreateCustomEntityTypeRequest createCustomEntityTypeRequest)Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data. -
Uses of CreateCustomEntityTypeRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateCustomEntityTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomEntityTypeRequestMarshaller. marshall(CreateCustomEntityTypeRequest createCustomEntityTypeRequest)
-