Uses of Class
software.amazon.awscdk.services.glue.alpha.StorageParameter
Packages that use StorageParameter
-
Uses of StorageParameter in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return StorageParameterModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.columnCountMismatchHandling(ColumnCountMismatchHandlingAction value) Deprecated.static StorageParameterStorageParameter.compressionType(CompressionType value) Deprecated.static StorageParameterDeprecated.static StorageParameterStorageParameter.dataCleansingEnabled(Boolean value) Deprecated.static StorageParameterStorageParameter.invalidCharHandling(InvalidCharHandlingAction value) Deprecated.static StorageParameterStorageParameter.numericOverflowHandling(NumericOverflowHandlingAction value) Deprecated.static StorageParameterDeprecated.static StorageParameterStorageParameter.orcSchemaResolution(OrcColumnMappingType value) Deprecated.static StorageParameterStorageParameter.replacementChar(String value) Deprecated.static StorageParameterStorageParameter.serializationNullFormat(String value) Deprecated.static StorageParameterStorageParameter.skipHeaderLineCount(Number value) Deprecated.static StorageParameterStorageParameter.surplusBytesHandling(SurplusBytesHandlingAction value) Deprecated.static StorageParameterStorageParameter.surplusCharHandling(SurplusCharHandlingAction value) Deprecated.static StorageParameterStorageParameter.writeKmsKeyId(IKeyRef key) Deprecated.static StorageParameterStorageParameter.writeMaxFileSizeMb(Number value) Deprecated.static StorageParameterStorageParameter.writeParallel(WriteParallel value) Deprecated.Methods in software.amazon.awscdk.services.glue.alpha that return types with arguments of type StorageParameterModifier and TypeMethodDescriptionfinal List<StorageParameter> ExternalTableProps.Jsii$Proxy.getStorageParameters()Deprecated.final List<StorageParameter> S3TableProps.Jsii$Proxy.getStorageParameters()Deprecated.TableBase.getStorageParameters()Deprecated.default List<StorageParameter> TableBaseProps.getStorageParameters()Deprecated.final List<StorageParameter> TableBaseProps.Jsii$Proxy.getStorageParameters()Deprecated.Method parameters in software.amazon.awscdk.services.glue.alpha with type arguments of type StorageParameterModifier and TypeMethodDescriptionExternalTable.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Deprecated.ExternalTableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Deprecated.S3Table.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Deprecated.S3TableProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Deprecated.TableBaseProps.Builder.storageParameters(List<? extends StorageParameter> storageParameters) Deprecated.