Uses of Class
software.amazon.awssdk.services.glue.model.HyperTargetCompressionType
-
Packages that use HyperTargetCompressionType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of HyperTargetCompressionType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return HyperTargetCompressionType Modifier and Type Method Description HyperTargetCompressionTypeS3HyperDirectTarget. compression()The compression type to apply to the output data.static HyperTargetCompressionTypeHyperTargetCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HyperTargetCompressionTypeHyperTargetCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperTargetCompressionType[]HyperTargetCompressionType. 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 HyperTargetCompressionType Modifier and Type Method Description static Set<HyperTargetCompressionType>HyperTargetCompressionType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type HyperTargetCompressionType Modifier and Type Method Description S3HyperDirectTarget.BuilderS3HyperDirectTarget.Builder. compression(HyperTargetCompressionType compression)The compression type to apply to the output data.
-