Uses of Class
software.amazon.awssdk.services.glue.model.TargetFormat
-
Packages that use TargetFormat Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TargetFormat in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TargetFormat Modifier and Type Method Description TargetFormatS3DeltaDirectTarget. format()Specifies the data output format for the target.TargetFormatS3DirectTarget. format()Specifies the data output format for the target.TargetFormatS3HudiDirectTarget. format()Specifies the data output format for the target.static TargetFormatTargetFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TargetFormatTargetFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetFormat[]TargetFormat. 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 TargetFormat Modifier and Type Method Description static Set<TargetFormat>TargetFormat. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TargetFormat Modifier and Type Method Description S3DeltaDirectTarget.BuilderS3DeltaDirectTarget.Builder. format(TargetFormat format)Specifies the data output format for the target.S3DirectTarget.BuilderS3DirectTarget.Builder. format(TargetFormat format)Specifies the data output format for the target.S3HudiDirectTarget.BuilderS3HudiDirectTarget.Builder. format(TargetFormat format)Specifies the data output format for the target.
-