Uses of Enum
software.amazon.awscdk.services.s3tables.alpha.OpenTableFormat
Packages that use OpenTableFormat
Package
Description
Amazon S3 Tables Construct Library
-
Uses of OpenTableFormat in software.amazon.awscdk.services.s3tables.alpha
Methods in software.amazon.awscdk.services.s3tables.alpha that return OpenTableFormatModifier and TypeMethodDescriptionTableProps.getOpenTableFormat()(experimental) Format of this table.final OpenTableFormatTableProps.Jsii$Proxy.getOpenTableFormat()static OpenTableFormatReturns the enum constant of this type with the specified name.static OpenTableFormat[]OpenTableFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.s3tables.alpha with parameters of type OpenTableFormatModifier and TypeMethodDescriptionTable.Builder.openTableFormat(OpenTableFormat openTableFormat) (experimental) Format of this table.TableProps.Builder.openTableFormat(OpenTableFormat openTableFormat) Sets the value ofTableProps.getOpenTableFormat()