Uses of Class
software.amazon.awssdk.services.glue.model.CatalogEntry
-
Packages that use CatalogEntry Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogEntry in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogEntry Modifier and Type Method Description CatalogEntryGetMappingRequest. source()Specifies the source table.CatalogEntryGetPlanRequest. source()The source table.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogEntry Modifier and Type Method Description List<CatalogEntry>GetMappingRequest. sinks()A list of target tables.List<CatalogEntry>GetPlanRequest. sinks()The target tables.Methods in software.amazon.awssdk.services.glue.model with parameters of type CatalogEntry Modifier and Type Method Description GetMappingRequest.BuilderGetMappingRequest.Builder. sinks(CatalogEntry... sinks)A list of target tables.GetPlanRequest.BuilderGetPlanRequest.Builder. sinks(CatalogEntry... sinks)The target tables.GetMappingRequest.BuilderGetMappingRequest.Builder. source(CatalogEntry source)Specifies the source table.GetPlanRequest.BuilderGetPlanRequest.Builder. source(CatalogEntry source)The source table.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CatalogEntry Modifier and Type Method Description GetMappingRequest.BuilderGetMappingRequest.Builder. sinks(Collection<CatalogEntry> sinks)A list of target tables.GetPlanRequest.BuilderGetPlanRequest.Builder. sinks(Collection<CatalogEntry> sinks)The target tables.
-