Uses of Class
software.amazon.awssdk.services.glue.model.S3CatalogTarget
-
Packages that use S3CatalogTarget Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3CatalogTarget in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3CatalogTarget Modifier and Type Method Description S3CatalogTargetCodeGenConfigurationNode. s3CatalogTarget()Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type S3CatalogTarget Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. s3CatalogTarget(S3CatalogTarget s3CatalogTarget)Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
-