Uses of Class
software.amazon.awssdk.services.glue.model.CreateCustomEntityTypeResponse
-
Packages that use CreateCustomEntityTypeResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateCustomEntityTypeResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateCustomEntityTypeResponse Modifier and Type Method Description default CreateCustomEntityTypeResponseGlueClient. createCustomEntityType(Consumer<CreateCustomEntityTypeRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateCustomEntityTypeResponse Modifier and Type Method Description default CompletableFuture<CreateCustomEntityTypeResponse>GlueAsyncClient. createCustomEntityType(Consumer<CreateCustomEntityTypeRequest.Builder> createCustomEntityTypeRequest)Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.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.
-