Uses of Class
software.amazon.awssdk.services.translate.model.TerminologyDataFormat
-
Packages that use TerminologyDataFormat Package Description software.amazon.awssdk.services.translate.model -
-
Uses of TerminologyDataFormat in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return TerminologyDataFormat Modifier and Type Method Description TerminologyDataFormatTerminologyData. format()The data format of the custom terminology.TerminologyDataFormatTerminologyProperties. format()The format of the custom terminology input file.static TerminologyDataFormatTerminologyDataFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TerminologyDataFormatGetTerminologyRequest. terminologyDataFormat()The data format of the custom terminology being retrieved.static TerminologyDataFormatTerminologyDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TerminologyDataFormat[]TerminologyDataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type TerminologyDataFormat Modifier and Type Method Description static Set<TerminologyDataFormat>TerminologyDataFormat. knownValues()Methods in software.amazon.awssdk.services.translate.model with parameters of type TerminologyDataFormat Modifier and Type Method Description TerminologyData.BuilderTerminologyData.Builder. format(TerminologyDataFormat format)The data format of the custom terminology.TerminologyProperties.BuilderTerminologyProperties.Builder. format(TerminologyDataFormat format)The format of the custom terminology input file.GetTerminologyRequest.BuilderGetTerminologyRequest.Builder. terminologyDataFormat(TerminologyDataFormat terminologyDataFormat)The data format of the custom terminology being retrieved.
-