Uses of Class
software.amazon.awssdk.services.glue.model.DeltaTargetCompressionType
-
Packages that use DeltaTargetCompressionType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DeltaTargetCompressionType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DeltaTargetCompressionType Modifier and Type Method Description DeltaTargetCompressionTypeS3DeltaDirectTarget. compression()Specifies how the data is compressed.static DeltaTargetCompressionTypeDeltaTargetCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeltaTargetCompressionTypeDeltaTargetCompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeltaTargetCompressionType[]DeltaTargetCompressionType. 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 DeltaTargetCompressionType Modifier and Type Method Description static Set<DeltaTargetCompressionType>DeltaTargetCompressionType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type DeltaTargetCompressionType Modifier and Type Method Description S3DeltaDirectTarget.BuilderS3DeltaDirectTarget.Builder. compression(DeltaTargetCompressionType compression)Specifies how the data is compressed.
-