Uses of Class
software.amazon.awssdk.services.b2bi.model.EdiType
-
Packages that use EdiType Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of EdiType in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return EdiType Modifier and Type Method Description EdiTypeCreateTransformerRequest. ediType()Specifies the details for the EDI standard that is being used for the transformer.EdiTypeCreateTransformerResponse. ediType()Returns the details for the EDI standard that is being used for the transformer.EdiTypeGetTransformerResponse. ediType()Returns the details for the EDI standard that is being used for the transformer.EdiTypeTestParsingRequest. ediType()Specifies the details for the EDI standard that is being used for the transformer.EdiTypeTransformerSummary. ediType()Returns the details for the EDI standard that is being used for the transformer.EdiTypeUpdateTransformerRequest. ediType()Specifies the details for the EDI standard that is being used for the transformer.EdiTypeUpdateTransformerResponse. ediType()Returns the details for the EDI standard that is being used for the transformer.static EdiTypeEdiType. fromX12Details(Consumer<X12Details.Builder> x12Details)Create an instance of this class withx12Details()initialized to the given value.static EdiTypeEdiType. fromX12Details(X12Details x12Details)Create an instance of this class withx12Details()initialized to the given value.EdiTypeEdiConfiguration. type()Returns the type of the capability.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type EdiType Modifier and Type Method Description CreateTransformerRequest.BuilderCreateTransformerRequest.Builder. ediType(EdiType ediType)Specifies the details for the EDI standard that is being used for the transformer.CreateTransformerResponse.BuilderCreateTransformerResponse.Builder. ediType(EdiType ediType)Returns the details for the EDI standard that is being used for the transformer.GetTransformerResponse.BuilderGetTransformerResponse.Builder. ediType(EdiType ediType)Returns the details for the EDI standard that is being used for the transformer.TestParsingRequest.BuilderTestParsingRequest.Builder. ediType(EdiType ediType)Specifies the details for the EDI standard that is being used for the transformer.TransformerSummary.BuilderTransformerSummary.Builder. ediType(EdiType ediType)Returns the details for the EDI standard that is being used for the transformer.UpdateTransformerRequest.BuilderUpdateTransformerRequest.Builder. ediType(EdiType ediType)Specifies the details for the EDI standard that is being used for the transformer.UpdateTransformerResponse.BuilderUpdateTransformerResponse.Builder. ediType(EdiType ediType)Returns the details for the EDI standard that is being used for the transformer.EdiConfiguration.BuilderEdiConfiguration.Builder. type(EdiType type)Returns the type of the capability.
-