Uses of Class
software.amazon.awssdk.services.b2bi.model.FileFormat
-
Packages that use FileFormat Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of FileFormat in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return FileFormat Modifier and Type Method Description FileFormatCreateTransformerRequest. fileFormat()Specifies that the currently supported file formats for EDI transformations areJSONandXML.FileFormatCreateTransformerResponse. fileFormat()Returns that the currently supported file formats for EDI transformations areJSONandXML.FileFormatGetTransformerResponse. fileFormat()Returns that the currently supported file formats for EDI transformations areJSONandXML.FileFormatTestMappingRequest. fileFormat()Specifies that the currently supported file formats for EDI transformations areJSONandXML.FileFormatTestParsingRequest. fileFormat()Specifies that the currently supported file formats for EDI transformations areJSONandXML.FileFormatTransformerSummary. fileFormat()Returns that the currently supported file formats for EDI transformations areJSONandXML.FileFormatUpdateTransformerRequest. fileFormat()Specifies that the currently supported file formats for EDI transformations areJSONandXML.FileFormatUpdateTransformerResponse. fileFormat()Returns that the currently supported file formats for EDI transformations areJSONandXML.static FileFormatFileFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileFormatFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FileFormat[]FileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type FileFormat Modifier and Type Method Description static Set<FileFormat>FileFormat. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type FileFormat Modifier and Type Method Description CreateTransformerRequest.BuilderCreateTransformerRequest.Builder. fileFormat(FileFormat fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.CreateTransformerResponse.BuilderCreateTransformerResponse.Builder. fileFormat(FileFormat fileFormat)Returns that the currently supported file formats for EDI transformations areJSONandXML.GetTransformerResponse.BuilderGetTransformerResponse.Builder. fileFormat(FileFormat fileFormat)Returns that the currently supported file formats for EDI transformations areJSONandXML.TestMappingRequest.BuilderTestMappingRequest.Builder. fileFormat(FileFormat fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.TestParsingRequest.BuilderTestParsingRequest.Builder. fileFormat(FileFormat fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.TransformerSummary.BuilderTransformerSummary.Builder. fileFormat(FileFormat fileFormat)Returns that the currently supported file formats for EDI transformations areJSONandXML.UpdateTransformerRequest.BuilderUpdateTransformerRequest.Builder. fileFormat(FileFormat fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.UpdateTransformerResponse.BuilderUpdateTransformerResponse.Builder. fileFormat(FileFormat fileFormat)Returns that the currently supported file formats for EDI transformations areJSONandXML.
-