Uses of Class
software.amazon.awssdk.services.glue.model.IcebergTargetCompressionType
-
Packages that use IcebergTargetCompressionType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergTargetCompressionType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergTargetCompressionType Modifier and Type Method Description IcebergTargetCompressionTypeS3IcebergDirectTarget. compression()Specifies the compression codec used for Iceberg table files in S3.static IcebergTargetCompressionTypeIcebergTargetCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IcebergTargetCompressionTypeIcebergTargetCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static IcebergTargetCompressionType[]IcebergTargetCompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergTargetCompressionType Modifier and Type Method Description static Set<IcebergTargetCompressionType>IcebergTargetCompressionType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergTargetCompressionType Modifier and Type Method Description S3IcebergDirectTarget.BuilderS3IcebergDirectTarget.Builder. compression(IcebergTargetCompressionType compression)Specifies the compression codec used for Iceberg table files in S3.
-