Uses of Class
software.amazon.awssdk.services.b2bi.model.X12Version
-
Packages that use X12Version Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of X12Version in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return X12Version Modifier and Type Method Description static X12VersionX12Version. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static X12VersionX12Version. valueOf(String name)Returns the enum constant of this type with the specified name.static X12Version[]X12Version. values()Returns an array containing the constants of this enum type, in the order they are declared.X12VersionX12Details. version()Returns the version to use for the specified X12 transaction set.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type X12Version Modifier and Type Method Description static Set<X12Version>X12Version. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type X12Version Modifier and Type Method Description X12Details.BuilderX12Details.Builder. version(X12Version version)Returns the version to use for the specified X12 transaction set.
-