| Package | Description |
|---|---|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
X12Details |
X12Details.clone() |
X12Details |
EdiType.getX12Details()
Returns the details for the EDI standard that is being used for the transformer.
|
X12Details |
X12Details.withTransactionSet(String transactionSet)
Returns an enumerated type where each value identifies an X12 transaction set.
|
X12Details |
X12Details.withTransactionSet(X12TransactionSet transactionSet)
Returns an enumerated type where each value identifies an X12 transaction set.
|
X12Details |
X12Details.withVersion(String version)
Returns the version to use for the specified X12 transaction set.
|
X12Details |
X12Details.withVersion(X12Version version)
Returns the version to use for the specified X12 transaction set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdiType.setX12Details(X12Details x12Details)
Returns the details for the EDI standard that is being used for the transformer.
|
EdiType |
EdiType.withX12Details(X12Details x12Details)
Returns the details for the EDI standard that is being used for the transformer.
|
Copyright © 2023. All rights reserved.