Uses of Interface
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptor
-
Packages that use GlueCatalogTableStorageDescriptor Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableStorageDescriptor in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Classes in com.hashicorp.cdktf.providers.aws.glue_catalog_table that implement GlueCatalogTableStorageDescriptor Modifier and Type Class Description static classGlueCatalogTableStorageDescriptor.Jsii$ProxyAn implementation forGlueCatalogTableStorageDescriptorMethods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableStorageDescriptor Modifier and Type Method Description GlueCatalogTableStorageDescriptorGlueCatalogTableStorageDescriptor.Builder. build()Builds the configured instance.GlueCatalogTableStorageDescriptorGlueCatalogTableStorageDescriptorOutputReference. getInternalValue()default GlueCatalogTableStorageDescriptorGlueCatalogTableConfig. getStorageDescriptor()storage_descriptor block.GlueCatalogTableStorageDescriptorGlueCatalogTableConfig.Jsii$Proxy. getStorageDescriptor()GlueCatalogTableStorageDescriptorGlueCatalogTable. getStorageDescriptorInput()Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableStorageDescriptor Modifier and Type Method Description voidGlueCatalogTable. putStorageDescriptor(GlueCatalogTableStorageDescriptor value)voidGlueCatalogTableStorageDescriptorOutputReference. setInternalValue(GlueCatalogTableStorageDescriptor value)GlueCatalogTable.BuilderGlueCatalogTable.Builder. storageDescriptor(GlueCatalogTableStorageDescriptor storageDescriptor)storage_descriptor block.GlueCatalogTableConfig.BuilderGlueCatalogTableConfig.Builder. storageDescriptor(GlueCatalogTableStorageDescriptor storageDescriptor)Sets the value ofGlueCatalogTableConfig.getStorageDescriptor()
-