Uses of Class
software.amazon.awssdk.services.glue.model.EntityConfiguration
-
Packages that use EntityConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of EntityConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type EntityConfiguration Modifier and Type Method Description Map<String,EntityConfiguration>RestConfiguration. entityConfigurations()A map of entity configurations that define how to interact with different data entities available through the REST API, including their schemas and access patterns.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type EntityConfiguration Modifier and Type Method Description RestConfiguration.BuilderRestConfiguration.Builder. entityConfigurations(Map<String,EntityConfiguration> entityConfigurations)A map of entity configurations that define how to interact with different data entities available through the REST API, including their schemas and access patterns.
-