Uses of Class
software.amazon.awssdk.services.b2bi.model.X12TransactionSet
-
Packages that use X12TransactionSet Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of X12TransactionSet in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return X12TransactionSet Modifier and Type Method Description static X12TransactionSetX12TransactionSet. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.X12TransactionSetX12Details. transactionSet()Returns an enumerated type where each value identifies an X12 transaction set.static X12TransactionSetX12TransactionSet. valueOf(String name)Returns the enum constant of this type with the specified name.static X12TransactionSet[]X12TransactionSet. 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 X12TransactionSet Modifier and Type Method Description static Set<X12TransactionSet>X12TransactionSet. knownValues()Methods in software.amazon.awssdk.services.b2bi.model with parameters of type X12TransactionSet Modifier and Type Method Description X12Details.BuilderX12Details.Builder. transactionSet(X12TransactionSet transactionSet)Returns an enumerated type where each value identifies an X12 transaction set.
-